Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

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

run_type
enum<string>
required

Type of the run that wrote the log.

Available options:
scan,
pr_review,
chat,
auth_check
run_id
string
required

Identifier of the run that wrote the log.

Query Parameters

bytes
integer
default:524288

Size of the tail in the JSON response. The default is 524288 and the maximum is 8388608.

Required range: 1024 <= x <= 8388608
format
enum<string>
default:json

Use raw for plain text instead of JSON.

Available options:
json,
raw
download
enum<string>

Set to 1 for a plain-text attachment.

Available options:
1

Response

The run log tail.

run
object
text
string
size_bytes
integer
offset
integer
truncated
boolean
modified_at
string<date-time>