Skip to main content
GET
/
internal
/
ai-conversations
List AI conversations
curl --request GET \
  --url https://api.stack-auth.com/api/v1/internal/ai-conversations
{
  "conversations": [
    {
      "id": "<string>",
      "title": "<string>",
      "projectId": "<string>",
      "updatedAt": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://stackauth-e0affa27-chore-move-mcp-to-a-sep-app.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

projectId
string
required

Response

200 - application/json

Successful response

conversations
object[]
required