Authorizations
API Key used to authenticate your requests. How to create one.
Path Parameters
Your workspace ID. How to find it?
Your project name. It is the name you provide when creating a project.
Body
application/json
Job creation input schema
The ID of the job. Has to be a valid URL slug.
Minimum length:
7
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. Configuration for the webhook sink.
- Webhook Sink Configuration
- S3 Sink Configuration
Proxy configuration for the job
Example:
"http://username:password@proxy.example.com:8080"