Get Jobs
Gets all jobs in a project.
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.
Response
The configuration of the job. Configures the retry policy and maximum concurrent requests.
The ID of the job. Has to be a valid URL slug.
The timestamp of the last time the job ran. null
if the job has not run yet.
The timestamp of the next scheduled job run. null
if the job does not have a schedule.
A list of the initial payloads of the job.
The project ID of the job
Auth session configurations
The timestamp of when the job was created.
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.
A sink to send the results to. Can be a webhook or Amazon S3 bucket.