List run logs
Self-hosted installs only. Lists the persisted engine logs of pentests, PR reviews, chats and login verifications of the authenticated organization. Hosted installs return 404.
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
Return only logs of this run type.
scan, pr_review, chat, auth_check Match the run title, run ID or repository.
Maximum number of logs to return.
1 <= x <= 200Number of logs to skip before the first returned log.
x >= 0