Search Threads
Search threads with filters.
Filter by status or metadata key-value pairs. Results are paginated via
limit and offset and ordered by creation time (newest first).
Documentation Index
Fetch the complete documentation index at: https://docs.aegra.dev/llms.txt
Use this file to discover all available pages before exploring further.
Body
Request model for thread search
Metadata filters
Thread status filter (idle, busy, interrupted, error)
Maximum results
1 <= x <= 100Results offset
x >= 0DEPRECATED: use sort_by + sort_order. Legacy single-field form, e.g. 'updated_at ASC'.
Field to sort by (SDK-compatible). Takes precedence over order_by.
thread_id, status, created_at, updated_at Sort direction (SDK-compatible). Defaults to 'desc' when sort_by is set.
asc, desc Response
Successful Response
Unique identifier for the thread.
Identifier of the user who owns this thread.
Timestamp when the thread was created.
Timestamp when the thread was last updated.
Current thread status: idle, busy, interrupted, or error.
Arbitrary metadata attached to the thread.