Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

API token obtained from the Tokens endpoint. Include as Authorization: Bearer <token>.

Path Parameters

scheduleId
string
required

Response

Schedule details with runs.

id
string
required
cron
string
required

Cron expression (5-field).

isPaused
boolean
required
createdAt
string<date-time>
required
name
string
required
timezone
string
required

IANA timezone.

run_count
integer
required
organization_id
string
created_by
string
domain_ids
string[] | null
repository_ids
string[] | null
connector_id
string | null
internal_targets
string[]
concerns
string | null
focus
string | null
context
string | null
org_knowledge_enabled
boolean | null
last_run_status
enum<string> | null
Available options:
ok,
skipped,
failing,
null
last_run_error
string | null
last_run_code
string | null

Machine-readable cause of the last skipped/failing run, e.g. trial_scan_limit_reached

next_run_at
string<date-time> | null
last_run_at
string<date-time> | null
runs
object[]