GET
/
api
/
v1
/
user
/
conversations

Authorizations

Authorization
string
headerrequired

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
id
string
required
title
string | null
required
status
string | null
required
project_ids
string[] | null
required
agent_id
string | null
required
repository
string | null
required
branch
string | null
required
created_at
string
required
updated_at
string
required