Skip to main content
GET
Get chat history for a job (paginated, oldest-first)

Authorizations

Authorization
string
header
required

JWT access token from /auth/verify-otp

Path Parameters

jobId
string<uuid>
required

Query Parameters

limit
integer
default:50

Number of messages to return

Required range: 1 <= x <= 100
before
string<date-time>

Return messages created before this ISO-8601 timestamp (cursor pagination)

Response

Chat messages

data
object[]