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.

Query Parameters

run_type
enum<string>

Return only logs of this run type.

Available options:
scan,
pr_review,
chat,
auth_check
q
string

Match the run title, run ID or repository.

limit
integer
default:50

Maximum number of logs to return.

Required range: 1 <= x <= 200
offset
integer
default:0

Number of logs to skip before the first returned log.

Required range: x >= 0

Response

Run logs of the organization.

availability
object
entries
object[]
total
integer
total_unfiltered
integer
warnings
string[]
retention_days
integer
limit
integer
offset
integer