Jobs
Create Job
Create a new Job for a Project.
POST
createJob
Authorizations
API Key used to authenticate your requests. How to create one.
Body
application/json
Job creation input schema
The ID of the job. Has to be a valid URL slug.
Minimum string length:
1Pattern:
^[a-zA-Z0-9\-_]+$Example:
"123e4567-e89b-12d3-a456-426614174000"
Array of API calls to be executed
Job configuration settings
Schedule configurations for the job. If set, the job will periodically run according to this configuration. The configurations are used to calculate the closest next run time.
Optional sink configuration for the job. Can be a webhook or S3 Compatible sink.
- Webhook Sink Configuration
- S3 Sink Configuration
Proxy configuration for the job
Example:
"http://username:password@proxy.example.com:8080"
createJob