{ "opencollection": "1.0.0", "info": { "name": "Togai Apis Accounts Jobs API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "Get the Status of a Job", "type": "http" }, "http": { "method": "GET", "url": "https://api.togai.com/jobs/:job_id", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "Get the status of a job" }, { "info": { "name": "List Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://api.togai.com/jobs", "params": [ { "name": "nextToken", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Returns a list of jobs with pagination and sort." }, { "info": { "name": "Confirm a Job", "type": "http" }, "http": { "method": "POST", "url": "https://api.togai.com/jobs/:job_id/confirm", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "Confirm a job" }, { "info": { "name": "Reject a Job", "type": "http" }, "http": { "method": "POST", "url": "https://api.togai.com/jobs/:job_id/reject", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "Reject a job" }, { "info": { "name": "List Job Entries", "type": "http" }, "http": { "method": "GET", "url": "https://api.togai.com/jobs/:job_id/entries", "params": [ { "name": "job_id", "value": "", "type": "path" } ] }, "docs": "List individual job entries and current state of processing" } ] } ], "bundled": true }