Skip to main content
GET
Error

Authorizations

X-API-Key
string
header
required

Query Parameters

session_id
string

Filter by session ID (UUID)

session_name
string

Filter by session name (exact match)

status
enum<string>

Filter by status

Available options:
open,
completed,
ignored
severity
enum<integer>

Filter by severity

Available options:
0,
1,
2,
3
tag
string

Filter by tag (exact match)

updated_at
string

Return only issues updated at or after this RFC3339 timestamp

sort_by
enum<string>

Sort field

Available options:
created_at,
updated_at,
severity
limit
integer

Page size (positive integer; defaults to 50, capped at 500)

offset
integer

Page offset (non-negative integer)

Response

OK

actions
object
created_at
string
description
string
first_seen_at
string
fix_branch
string
fix_dispatched_at
string
fix_pr_number
integer
fix_prompt
string
fix_verification
object
id
string
last_seen_at
string
name
string
proposed_context_fixes
object[]
proposed_examples
object[]
proposed_fix
string
proposed_prompt_fixes
object[]
recurrences_since_watching
integer

RecurrencesSinceWatching counts linked traces whose run start_time is after watching_since — i.e. recurrences observed during the current watch period.

session_id
string
severity
enum<integer>
Available options:
0,
1,
2,
3
status
enum<string>
Available options:
open,
fixing,
watching,
completed,
ignored
tags
string[]
tenant_id
string
traces
object
updated_at
string
watching_since
string