Atlas
Demo

Get a demo conversation

Returns a single demo conversation with all its messages. Requires a valid demo token and enforces ownership.

GET
/api/v1/demo/conversations/{id}

Path Parameters

id*string

Conversation UUID

Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/demo/conversations/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}