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 by its ID.
cURL
curl --request GET \ --url https://api.rulebase.co/tasks/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "<string>", "external_id": "<string>", "agent": { "email": "<string>", "name": "<string>", "external_id": "<string>" }, "completed_at": "2023-11-07T05:31:56Z", "custom_attributes": {}, "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 to retrieve
Task found
Show child attributes