cURL
curl --request GET \ --url https://api.vollna.com/v1/auto-bidding/jobs/{id}/status \ --header 'X-API-TOKEN: <api-key>'
{ "success": true, "job": { "id": 123, "upwork_job_id": "<string>", "status": "<string>", "reason": "<string>", "status_title": "<string>", "scheduled_at": "<string>", "processed_at": "<string>", "error_message": "<string>", "retry_count": 123, "is_ready_for_processing": true, "upwork_proposal_id": 123, "proposal_id": 123, "upwork_application_uid": "<string>" } }
Retrieve the current status of an auto bidding job
API token for authentication
The job ID
Successful operation
Show child attributes
Was this page helpful?