Monitors

The monitor object

Fields

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.

project Project

The parent project. Returned when requested via include=project or include=project.organization.

created_at datetime

When the monitor was created.

updated_at datetime

When the monitor was last updated.