cURL
curl --request GET \ --url https://api.fieldwise.ai/api/v1/tasks/status/{task_identifier} \ --header 'X-API-Key: <api-key>'
{ "success": true, "data": { "message": "Processing document...", "progress": 50, "status": "processing", "title": "Document Processing" }, "error": { "error_code": "RESOURCE_NOT_FOUND", "message": "Resource not found" }, "meta": { "timestamp": "2023-11-07T05:31:56Z", "version": "1.0" } }
Get the status of any processing task.
Successful Response
The response is of type object.
object