Atlas
Demo

List demo conversations

Returns a paginated list of conversations for the demo user identified by their demo token. Returns an empty list when no internal database is configured.

GET
/api/v1/demo/conversations

Query Parameters

limit?string

Maximum number of items to return (1-100, default 50)

offset?string

Number of items to skip (default 0)

Response Body

application/json

application/json

application/json

curl -X GET "http://localhost:3001/api/v1/demo/conversations"
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}
{
  "property1": null,
  "property2": null
}