cURL
curl --request GET \ --url https://api.simplicity.ai/v1/tasks \ --header 'X-API-Key: <api-key>'
{ "page": 123, "total_pages": 123, "tasks": [ { "task_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "task_type": "document-upload", "status": "processing", "progress": 0, "result_data": {}, "error_message": "<string>", "estimated_completion": "2023-11-07T05:31:56Z", "document_id": "<string>", "updated_at": "2023-11-07T05:31:56Z" } ] }
Retrieve all tasks associated with the authenticated user, including task type (e.g. document-upload, auto-fill) and their corresponding details.
document-upload
auto-fill
x >= 1
1 <= x <= 100
Successful Response
Show child attributes