{ "opencollection": "1.0.0", "info": { "name": "StructDatafy API Keys Jobs API", "version": "1.0.0" }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "Get Job", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/jobs/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "Get the status and result of a processing job." }, { "info": { "name": "List Jobs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/jobs", "params": [ { "name": "status", "value": "", "type": "query", "description": "Filter by status" }, { "name": "type", "value": "", "type": "query", "description": "Filter by type" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "List jobs for the current API key." }, { "info": { "name": "Download Job Result", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/v1/jobs/:job_id/download", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "Download the filled file for a completed fill job." } ] } ], "bundled": true }