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.

Query Parameters

limit
integer
default:20

Maximum number of runs to return. The default is 20 and the maximum is 100.

Required range: 1 <= x <= 100

Response

Recent runs and the seed domains.

runs
object[]
required
live_run
object | null
required

The run that is pending or running. Null when no run is in progress.

seed_domains
string[]
required

The verified domains a new run can start from.

schedule
object
required

The organization's recurring discovery settings and notification settings. Each scheduled run starts from every verified domain and costs the same credits as a run started by hand. The notification settings also apply to runs started by hand.

can_schedule
boolean
required

True when the plan includes recurring discovery runs.