DealerAI
API Reference

List predefined assistant tasks

Returns the catalog of predefined assistant tasks available to your account, including each task key and the parameters it accepts. Use a task key with the execute endpoint to run it.

GET
/api/v1/assistant/predefined-tasks
AuthorizationBasic <token>

Basic Authorization header

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://api.dealerai.com/api/v1/assistant/predefined-tasks"
[
  {
    "task_key": "string",
    "title": "string",
    "description": "string"
  }
]
{
  "message": "string",
  "details": null
}
{
  "message": "string",
  "details": null
}