GET
List session runs

Authorizations

Authorization
string
header
required

A RavChat API key: Authorization: Bearer sk-rav-...

Path Parameters

session_id
string
required

Response

200 - application/json

Runs

id
string
object
string
Example:

"agent.run"

sessionId
string
status
enum<string>
Available options:
queued,
in_progress,
completed,
failed,
cancelled
messageId
string | null
output
object[] | null
error
string | null
credits
string | null

Ledger-true credits from the charge receipt

usage
object | null