Skip to content
Endless Documentation

Recall Conversations

GET
/organizations/{organization_id}/chat-conversations/recall

Authorization

bearerAuth
AuthorizationBearer <token>

JWT token from authentication

In: header

Path Parameters

organization_id*string
Length1 <= length

Query Parameters

exclude_conversation_id?string

Response Body

application/json

curl -X GET "https://example.com/organizations/org_abc123/chat-conversations/recall"
{  "items": [    {      "id": "string",      "title": "string",      "updated_at": "string",      "message_count": 0,      "text": "string"    }  ]}