Skip to main content
GET
/
tasks
/
upload
/
{id}
Get a task upload
curl --request GET \
  --url https://api.rulebase.co/tasks/upload/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "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 task upload to retrieve

Response

200 - application/json

Task upload found

data
object
required