GuidesAPI Reference
API Reference

Starts a job

Schedules a job for immediate execution and responds with a 200 - OK if successful. If the job is already running this operation does nothing and will respond with the same 200 - OK response.

If the job was previously halted, this operation will continue execution from the point where it was stopped. If you wish to restart a job from its beginning, you should create a new job and delete the existing one.

Take note, this operation will return a 429 - TOO MANY REQUESTS if the allowed number of concurrently running jobs is exceeded.

Path Params
string
required

Identifier that was auto-generated on job creation and uniquely identifies the job.

Headers
string

User-provided token that can be used to trace a request or a group of requests sent to the service.

Responses

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json