Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

API token obtained from the Tokens endpoint or CLI device login. Include as Authorization: Bearer <token>. Requests made with a managed CLI session also include X-Strix-Workspace: <organization_id> to pin a process to the workspace it started in; recovery endpoints report the current workspace after a concurrent switch.

Path Parameters

scheduleId
string
required

ID of the schedule. Use the id field of a schedule from listSchedules.

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
supply_chain
boolean

True when each fire runs supply-chain (dependency) scans.

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[]