Skip to main content
GET
List Session Thread Events
Every request requires ?beta=true.

Authorizations

X-Api-Key
string
header
default:sk-ant-local-default
required

OMA workspace API key.

Headers

anthropic-version
string
anthropic-beta
string

Path Parameters

session_id
string
required

Path parameter session_id

thread_id
string
required

Path parameter thread_id

Query Parameters

beta
enum<boolean>
required

Selects the beta API contract for this endpoint. Must be true.

Available options:
true
limit
integer<int32>

Query parameter for limit

page
string

Query parameter for page

Response

Successful response (OK)

Paginated list of events for a single thread within a session.

data
object[]

Events for the thread, ordered by processed_at.

A user message event in the session conversation.

Example:
next_page
string | null

Opaque cursor for the next page. Null when no more results.