Job APIs
Create Job
Creates a new job for a project.
POST
/
{workspaceId}
/
projects
/
{projectName}
/
jobs
Authorizations
x-api-key
string
headerrequiredAPI Key used to authenticate your requests. How to create one.
Path Parameters
workspaceId
string
requiredYour workspace ID. How to find it?
projectName
string
requiredYour project name. It is the name you provide when creating a project.
Body
application/json
Create job input
id
string
requiredThe ID of the job. Has to be a valid URL slug.
payload
object[]
requiredA list of the initial payloads of the job.
configuration
object
requiredThe configuration of the job. Configures the retry policy and maximum concurrent requests.
authSession
object
Auth session configurations
schedule
object
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.
sink
object | null
A sink to send the results to. Can be a webhook or Amazon S3 bucket.
Response
201 - application/json
id
string
message
enum<string>
Available options:
created