{ "opencollection": "1.0.0", "info": { "name": "Tinybird Analyze Jobs API", "version": "v0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "List Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://api.tinybird.co/v0/jobs/", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter jobs by status" }, { "name": "kind", "value": "", "type": "query", "description": "Filter jobs by type" } ] }, "docs": "Retrieve job history from the past 48 hours or last 100 jobs." }, { "info": { "name": "Get Job", "type": "http" }, "http": { "method": "GET", "url": "https://api.tinybird.co/v0/jobs/:jobId", "params": [ { "name": "jobId", "value": "", "type": "path" } ] }, "docs": "Retrieve details about a specific job." } ] } ], "bundled": true }