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
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>"
}
}API token for authentication
The job ID
Successful operation
Show child attributes
Available values: scheduled, processing, applied, skipped, failed
Reason for the job status (skip reason or error message), available only for skipped and failed statuses
Human-readable status title
Proposal ID (deprecated, use proposal_id instead)
Proposal ID
Upwork application UID of the proposal
Was this page helpful?