AurionAI Docs

Mcp List Conversations

List conversations for the tenant.

GET
/api/internal/mcp/conversations

List conversations for the tenant.

Query Parameters

page?Page
Default1
Range1 <= value
per_page?Per Page
Default100
Range1 <= value <= 200

Header Parameters

X-Internal-Secret?string|null

Response Body

application/json

application/json

curl -X GET "https://loading/api/internal/mcp/conversations"
[
  {}
]
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}