List asset discovery runs
Returns the most recent asset discovery runs for the authenticated organization, the run that is in progress, and the verified domains a new run can start from. Asset Discovery is available on the Enterprise plan. For other plans, every /asset-discovery route returns 403 with the feature_not_available code and the required tier enterprise. When Strix cannot verify the plan, every /asset-discovery route returns 503 with the entitlement_unverified code. Retry the request after the Retry-After interval.
Authorizations
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
Maximum number of runs to return. The default is 20 and the maximum is 100.
1 <= x <= 100Response
Recent runs and the seed domains.
The run that is pending or running. Null when no run is in progress.
The verified domains a new run can start from.
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.
True when the plan includes recurring discovery runs.