Docs Home
/
Developer Tools
/
API
/
ML
/
List Conversations

List conversations

Query string parameters

  • ?limit=

    uint32
    //
  • &page_token=

    string
    //
  • &sort_by=

    "created_at_ascending"+1
    • //Sort in increasing order of "created_at".
      "created_at_ascending"
    • //Sort in decreasing order of "created_at".
      "created_at_descending"
    //

Response

  • 200 OK
    • //
      • next_page:

        string,
        //
      • :

        [[ ... ]
        //
        • //
          • created_at:

            stringISO-8601,
            //
          • first_prompt:

            string,
            //
          • id:

            stringUUID,
            //
          • updated_at:

            stringISO-8601,
            //
          • user_id:

            stringUUID
            //
          }
        ]
      }

Examples

get
/ml/conversations
200 OK
Response