Skip to main content
GET
/
conversations
/
upload
/
{id}
Get a conversation upload
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"
  }
}

Authorizations

Authorization
string
header
required

API key authentication using Bearer Token

Path Parameters

id
string
required

The ID of the conversation upload to retrieve

Response

200 - application/json

Conversation upload found

data
object
required