List discovered assets
Returns the discovered assets of the authenticated organization. By default the response contains only assets with the new status. Set status to all to include imported and ignored assets.
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
Filter assets by host name or page title (case-insensitive substring match).
Filter by triage status. The default is new.
new, imported, ignored, all Filter by the source that found the asset.
How the asset was found. integration is reserved for assets that an external inventory, for example a cloud security platform, writes into Strix.
certificate_transparency, tls_certificate, passive_dns, reverse_dns, subfinder, asn, http_probe, integration, manual Filter by asset kind.
apex, subdomain, wildcard, ip, netblock, service Filter by the apex domain the asset belongs to.
Return only the assets that a specific run found.
Maximum number of assets to return. The default is 100 and the maximum is 200.
1 <= x <= 200Number of assets to skip.
x >= 0