{ "opencollection": "1.0.0", "info": { "name": "Blaxel Control Plane Agents Jobs API", "version": "v0" }, "request": { "auth": { "type": "apikey", "key": "X-Blaxel-Authorization", "value": "{{X-Blaxel-Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "List all jobs in the workspace.", "type": "http" }, "http": { "method": "GET", "url": "https://api.blaxel.ai/v0/jobs" }, "docs": "List all jobs in the workspace." }, { "info": { "name": "Create a new job.", "type": "http" }, "http": { "method": "POST", "url": "https://api.blaxel.ai/v0/jobs", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new job." }, { "info": { "name": "Get a job by id.", "type": "http" }, "http": { "method": "GET", "url": "https://api.blaxel.ai/v0/jobs/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "Get a job by id." }, { "info": { "name": "Update a job by id.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.blaxel.ai/v0/jobs/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "Update a job by id." }, { "info": { "name": "Delete a job by id.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.blaxel.ai/v0/jobs/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "Delete a job by id." }, { "info": { "name": "List executions for a job.", "type": "http" }, "http": { "method": "GET", "url": "https://api.blaxel.ai/v0/jobs/:job_id/executions", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "List executions for a job." }, { "info": { "name": "Create (run) a job execution.", "type": "http" }, "http": { "method": "POST", "url": "https://api.blaxel.ai/v0/jobs/:job_id/executions", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "Create (run) a job execution." }, { "info": { "name": "Get a job execution.", "type": "http" }, "http": { "method": "GET", "url": "https://api.blaxel.ai/v0/jobs/:job_id/executions/:execution_id", "params": [ { "name": "job_id", "value": "", "type": "path" }, { "name": "execution_id", "value": "", "type": "path" } ] }, "docs": "Get a job execution." }, { "info": { "name": "Delete a job execution.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.blaxel.ai/v0/jobs/:job_id/executions/:execution_id", "params": [ { "name": "job_id", "value": "", "type": "path" }, { "name": "execution_id", "value": "", "type": "path" } ] }, "docs": "Delete a job execution." } ] } ], "bundled": true }