API Reference
/api/v1/assistant/threads/{threadId}/runs/{runId}/events
Authorization
basic AuthorizationBasic <token>
Basic Authorization header
In: header
Path Parameters
threadId*string
runId*string
Query Parameters
Cursor?integer
Format
int64Range
1 <= valueTake?integer
Format
int32Range
1 <= value <= 500Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://api.dealerai.com/api/v1/assistant/threads/string/runs/string/events"{
"cursor": 0,
"next_cursor": 0,
"events": [
{
"sequence": 0,
"type": "string",
"summary": "string",
"payload_json": "string",
"date_created": "2019-08-24T14:15:22Z"
}
]
}{
"message": "string",
"details": null
}{
"message": "string",
"details": null
}{
"message": "string",
"details": null
}