v1
latestOpenAPI 3.0.32026-07-22194221292.5 KBjobs
Create job execution
Triggers a new execution of the batch job. Each execution runs multiple tasks in parallel according to the job's configured concurrency. Tasks can be parameterized via the request body.
post/jobs/{jobId}/executions
Path parameters
jobIdstring required
Name of the job
Request body
Example request
{
"jobId": "data-processing-job",
"memory": 2048
}Response
successful operation
Example response
{
"executionId": "exec-abc123",
"id": "550e8400-e29b-41d4-a716-446655440000",
"jobId": "data-processing-job",
"workspaceId": "my-workspace"
}