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

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.

Path Parameters

conversationId
string
required

Response

200 - application/json

Successful response

id
string
required
title
string
required
projectId
string
required
messages
object[]
required