GET
/
api
/
v1
/
user
/
conversations
[
  {
    "id": "<string>",
    "title": "<string>",
    "status": "<string>",
    "project_ids": [
      "<string>"
    ],
    "agent_id": "<string>",
    "repository": "<string>",
    "branch": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start
integer
default:0
Required range: x >= 0
limit
integer
default:10
Required range: x >= 1

Response

200
application/json
Successful Response

The response is of type object[].