Recall Conversations
Authorization
bearerAuth AuthorizationBearer <token>
JWT token from authentication
In: header
Path Parameters
organization_id*string
Length
1 <= lengthQuery 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" } ]}