Read one run log
Self-hosted installs only. Returns the tail of one run log of the authenticated organization. JSON holds at most 8 MiB, and format=raw or download=1 holds at most 32 MiB. Secrets are redacted before the text leaves the server.
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.
Path Parameters
Type of the run that wrote the log.
scan, pr_review, chat, auth_check Identifier of the run that wrote the log.
Query Parameters
Size of the tail in the JSON response. The default is 524288 and the maximum is 8388608.
1024 <= x <= 8388608Use raw for plain text instead of JSON.
json, raw Set to 1 for a plain-text attachment.
1