Skip to main content
GET
/
auto-bidding
/
jobs
/
{id}
/
status
Get job status
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>"
  }
}

Authorizations

X-API-TOKEN
string
header
required

API token for authentication

Path Parameters

id
integer
required

The job ID

Response

Successful operation

success
boolean
job
object