Skip to content

List Ir Monitors

GET
/ir-monitors
curl --request GET \
--url http://127.0.0.1:8000/ir-monitors

Successful Response

Media typeapplication/json
Response List Ir Monitors Ir Monitors Get
Array<object>
IrMonitor
object
enabled
required
Enabled
boolean
last_checked_at
Any of:
string
last_error
Any of:
string
last_imported
Last Imported
integer
0
thesis_id
required
Thesis Id
string
urls
required
Urls
Array<string>
Example
[
{
"last_imported": 0
}
]