List domains
Returns a paginated list of domains for the authenticated organization.
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
Page number of the result set. The first page is 1.
x >= 1Maximum number of items per page. The default is 25 and the maximum is 100.
1 <= x <= 100Filter domains by name (case-insensitive substring match).
Filter by verification status.
true, false Filter by exact business_unit (Enterprise asset label).
Comma-separated tags. Returns the domains that have all of the supplied tags.
Field to sort by. last_scan_at orders by the most recent scan.
created_at, last_scan_at Sort direction. Use asc for oldest first or desc for newest first.
asc, desc