Manager
Authorizations
OAuth2passwordRequired
Token URL:
Path parameters
project_idstringRequired
Responses
200
Successful Response
application/json
422
Validation Error
application/json
get
/projects/{project_id}/manager/user-conversationsGET /projects/{project_id}/manager/user-conversations HTTP/1.1
Host: api.stack-ai.com
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
"data": [
{
"type": "conversation",
"id": "text",
"title": "text",
"created_at": "2025-11-28T01:31:40.342Z",
"is_archived": false,
"project_id": "text",
"user_id": "text",
"last_message_id": "text"
}
],
"has_more": true,
"first_id": "text",
"last_id": "text"
}Last updated
Was this helpful?

