Jobs API
The Jobs API is a secure REST API that manage jobs.
Request authorization
Authorization: Bearer YOUR_SOLVER_API_KEYThe unique identifier of the Integration Flow.
The specific version of the Integration Flow. If not provided, the latest published version is used.
A JSON object containing the input data for the job.
Job started successfully.
Business error.
Unauthorized. Invalid or missing API key.
The ID of the job to cancel.
Job canceled successfully.
Business error.
Unauthorized. Invalid or missing API key.
The ID of the space.
The number of waiting jobs that were canceled.
Business error.
Unauthorized. Invalid or missing API key.
The identifier of the rule.
The version of the rule. If not provided, jobs for all versions of the rule will be considered.
The number of waiting jobs that were canceled for the rule.
Bad request. Rule identifier or version is invalid.
Unauthorized. Invalid or missing API key.
Forbidden. Insufficient permissions to cancel jobs for this rule.
The ID of the job to retrieve details for.
Job details retrieved successfully.
Business error.
Unauthorized. Invalid or missing API key.
Last updated
Was this helpful?

