Manager
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /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-12-18T18:07:52.672Z",
"is_archived": false,
"project_id": "text",
"user_id": "text",
"last_message_id": "text"
}
],
"has_more": true,
"first_id": "text",
"last_id": "text"
}