Supported Formats

json

Errors

Code Description
403 Forbidden - if you have Public Pool access only

Params

Param name Description
token
required

Token obtained from /authorize

Validations:

  • Must be a String

job
required

The Job

Validations:

  • Must be a Hash

job[worker_id]
required

ID of the Worker to perform the Job

Validations:

  • Must be a Integer

job[job_request_id]
required

ID of the Job Request being fulfilled by this Job

Validations:

  • Must be a Integer

job[requestor_notes]
optional

Arbitary text to be attached to this Job - not visible to Worker

Validations:

  • Must be a String