Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Retrieve a conversation upload by its ID
cURL
curl --request GET \ --url https://api.rulebase.co/conversations/upload/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z" } }
API key authentication using Bearer Token
The ID of the conversation upload to retrieve
Conversation upload found
Show child attributes