cURL
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": {} } ] }
Fetch a single AI conversation with all its messages
Documentation IndexFetch the complete documentation index at: https://stackauth-e0affa27-apps-support.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://stackauth-e0affa27-apps-support.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Successful response
Show child attributes