cURL
curl --request GET \ --url https://app.octavehq.com/api/v2/resource/status \ --header 'api_key: <api-key>'
{ "_metadata": { "requestId": "requestId", "timestamp": "2021-01-01T00:00:00.000Z", "usage": 0, "message": "message" }, "data": { "oId": "<string>", "status": "pending", "storageData": { "taskStatus": "pending", "fieldwiseTaskIdentifier": "<string>" } } }
Get the current processing status of a resource. Use this to poll for completion after creating async resources (URL or drive mode).
Resource OId
"res_abc123"
Resource status
Show child attributes