Skip to main content
GET
Error

Authorizations

X-Api-Key
string
header
required

LangSmith API key (lsv2_...).

Query Parameters

agent_id
string<uuid>
required

Agent UUID. Required.

page_size
integer

Items per page (1-20). Default 20.

cursor
string

Opaque pagination cursor returned by the previous list call.

status
enum<string>

Filter to a single thread status.

Available options:
idle,
busy,
interrupted,
error
is_pinned
boolean

Filter by pinned state. Temporary; will be removed once pinning is first-class.

test_run
boolean

Return test-run threads instead of non-test threads. Default false.

requires_attention
boolean

Return only threads that need user action (interrupted, errored, or unread idle). Cannot be combined with status.

Response

OK

items
object[]
next_cursor
string