APIMLList conversations

Parameters

Name

Type

Req.

  • limit

    integer
    optional
  • page_token

    string
    optional
  • sort_by

    string
    required
    Possible values
    • created_at_ascending:  Sort in increasing order of "created_at".
    • created_at_descending:  Sort in decreasing order of "created_at".

Returns

get
/ml/conversations
$ curl "https://api.zoo.dev/ml/conversations" \
	--header "Authorization: Bearer $TOKEN"
200 OK
Response
{
  "items": [
    {
      "created_at": "2025-07-31T17:19:17.677Z",
      "first_prompt": "LZbGcF8Nyp0Fm",
      "id": "d2dab13e-d5a1-41b0-9319-d30647eacfd3",
      "updated_at": "2025-07-31T17:19:17.678Z",
      "user_id": "23fd6a7a-1c0d-461d-ba60-f8c305ba909e"
    }
  ],
  "next_page": "fPTfcsT60hoQIuyAdNff"
}