curl --request GET \ --url https://api.openregisters.com/v1/documents/tasks/{task_id} \ --header 'X-API-Key: <api-key>'
{ "task_id": "<string>", "org_id": "<string>", "task_status": "pending", "result": { "http_url": "<string>", "content_type": "<string>", "original_filename": "<string>", "file_type": "<string>", "error": "<string>" } }
Sign up at OpenRegisters.com to get an API key
ID of the triggered download task.
ID of the Organization the task was created in
done
failed
pending
Response model for document downloads.
Show child attributes