Skip to main content
GET
/
v1
/
projects
/
{projectId}
/
conversations
List project assistant conversations
curl --request GET \
  --url https://api.devic.ai/v1/projects/{projectId}/conversations \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

Use JWT token for authentication

Path Parameters

projectId
string
required

Project ID

Query Parameters

limit
integer
default:20

Maximum number of items to return

Required range: x <= 100
offset
integer
default:0

Number of items to skip

Response

Assistant conversations associated with the project

Paginated assistant conversations