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>", "status": "pending", "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
pending
processing
completed
failed