Monitors
Get a monitor
Returns a single monitor. The monitor must belong to the active project.
GET
/api/v1/monitors/{monitor}
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
| monitor | integer | Required | The numeric ID of the monitor. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
| include | string | Optional | A comma-separated list of related resources to include in the response. Allowed values: |
Response
The monitor object
| Field | Type | Description |
|---|---|---|
| id | integer | The unique ID of the monitor. |
| project_id | integer | The ID of the project this monitor runs under. |
| name | string | The display name of the monitor. |
| models | string[] | The AI engines the monitor runs against. |
| country | string | The ISO 3166-1 alpha-2 country code. |
| language | string | The language the monitor runs in. |
| is_active | boolean | Whether the monitor will run on its next daily run. |
| created_at | datetime | When the monitor was created. |
| updated_at | datetime | When the monitor was last updated. |