Skip to main content
GET
/
get-conversations
Get Conversations
curl --request GET \
  --url https://api.example.com/get-conversations
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.nivara.io/llms.txt

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

Get Conversations

Retrieves a list of saved conversations for the current user.

Query Parameters

ParameterTypeRequiredDescription
endpointstringNoFilter by endpoint

Responses

StatusDescriptionContent Type
200List of conversationsapplication/json
422Validation Errorapplication/json

Query Parameters

endpoint
string

Response

Successful Response