DealerAI
API Reference

List assistant threads

Returns the most recent AI assistant conversation threads for the authenticated dealer. Use the take query parameter to limit how many threads are returned.

GET
/api/v1/assistant/threads
AuthorizationBasic <token>

Basic Authorization header

In: header

Query Parameters

take?integer
Default20
Formatint32

Response Body

application/json

application/json

application/json

curl -X GET "https://api.dealerai.com/api/v1/assistant/threads"
[
  {
    "thread_id": "string",
    "dealer_id": "string",
    "title": "string",
    "objective": "string",
    "status": "string",
    "latest_run_id": "string",
    "created_date": "2019-08-24T14:15:22Z",
    "last_modified_date": "2019-08-24T14:15:22Z"
  }
]
{
  "message": "string",
  "details": null
}
{
  "message": "string",
  "details": null
}