Skip to main content
GET
List Context History

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

context_id
string<uuid>
required

Query Parameters

limit
integer
Required range: 1 <= x <= 100
page_token
string<uuid> | null
order
string
Pattern: ^(asc|desc)$
order_by
string
Pattern: ^created_at|updated_at$

Response

Successful Response

items
ContextHistoryItem · object[]
required
total_count
integer
required
next_page_token
string<uuid> | null
required
has_more
boolean
default:false