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

id
string<uuid>

Return only the attempt with this ID.

q
string

Match the provider request ID, response ID, call ID, run ID, run name, model, provider, agent name, error type, error message, or a value in the response headers or details.

Maximum string length: 200
outcome
enum<string>

Return only attempts with this outcome.

Available options:
success,
error
run_type
enum<string>

Return only attempts of this run type. app is a dashboard call such as a generated title or a compliance narrative. connection_test is Settings → LLM Models → Test connection.

Available options:
scan,
pr_review,
chat,
auth_check,
asset_discovery,
app,
connection_test
run_id
string

Return only attempts of this run.

provider
string

Return only attempts to this provider.

model
string

Return only attempts with this model.

limit
integer
default:50

Maximum number of attempts to return.

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

Number of attempts to skip before the first returned attempt. Ignored when before is set.

Required range: x >= 0
before
string<uuid>

ID of the last attempt of the previous page (next_before). The page continues after that attempt, so attempts that arrive between pages do not shift or repeat the results.

Response

LLM provider attempts of the organization.

entries
object[]
required
total
integer
required

Attempts that match the filters.

total_unfiltered
integer
required

Attempts of the organization before any filter.

retention_days
integer
required

Days an attempt stays before the retention cron removes it (LLM_REQUEST_LOG_RETENTION_DAYS).

limit
integer
required
offset
integer
required
has_more
boolean
required

True when another page exists after the last entry.

next_before
string<uuid> | null
required

Value for the before parameter of the next page. Null on the last page.

providers
string[]

Distinct providers of the organization, for filter menus.

models
string[]

Distinct models of the organization, for filter menus.