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 task upload by its ID to check processing status.
cURL
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" } }
API key authentication using Bearer Token
The ID of the task upload to retrieve
Task upload found
Show child attributes