cURL
curl --request GET \ --url https://api.surnex.io/v1/dataforseo/executions/{id} \ --header 'Authorization: Bearer <token>'
{ "execution_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479", "status": "running", "operation": { "service": "serp", "operation_path": "/serp/google/organic/live", "method": "POST", "mode": "live", "request_body_present": true, "request_query_present": false }, "scope": { "part_type": "serp_google_organic_live", "expected_parts": [ "serp_google_organic_live" ], "snapshot_id": "f47ac10b-58cc-4372-a567-0e02b2c3d479" }, "provider": "dataforseo" }
Compatibility route. Equivalent to GET /v1/executions/ for provider=dataforseo.
Authorization: Bearer sk_...
Execution status and metadata
queued
running
complete
partial
failed
Show child attributes