{ "opencollection": "1.0.0", "info": { "name": "Argilla v1 Authentication jobs API", "version": "2.8.0" }, "items": [ { "info": { "name": "jobs", "type": "folder" }, "items": [ { "info": { "name": "Get Job", "type": "http" }, "http": { "method": "GET", "url": "https://argilla.io/api/v1/jobs/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Argilla-Api-Key", "value": "{{X-Argilla-Api-Key}}", "placement": "header" } }, "docs": "Get Job" } ] } ], "bundled": true }