{ "opencollection": "1.0.0", "info": { "name": "Cribl As Code API Credentials Jobs API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "List all jobs", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.cribl.cloud/jobs" }, "docs": "Retrieves a list of all running and completed collection and processing jobs including their status and results." }, { "info": { "name": "Get a job by ID", "type": "http" }, "http": { "method": "GET", "url": "https://gateway.cribl.cloud/jobs/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource" } ] }, "docs": "Retrieves the status and details of a specific job including its progress, results, and any errors encountered." } ] } ], "bundled": true }