Skip to content

List Monitors

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

Successful Response

Media typeapplication/json
Response List Monitors Monitors Get
Array<object>
SecMonitor
object
cik
required
Cik
string
enabled
required
Enabled
boolean
forms
required
Forms
Array<string>
last_accession
Any of:
string
last_checked_at
Any of:
string
last_error
Any of:
string
last_imported
Last Imported
integer
0
thesis_id
required
Thesis Id
string
Example
[
{
"last_imported": 0
}
]