Skip to main content
GET
List capture jobs

Authorizations

X-API-Key
string
header
required

Query Parameters

perPage
integer
default:30

Maximum jobs to return.

Required range: 1 <= x <= 200

Response

OK

200 response body for GET /capture — this organization's capture jobs.

Declared as a real schema rather than a bare dict so the published contract names the envelope key. A spec that says "object" tells a client nothing about what to read out of it, which is the same class of defect C-5413 found across the capture surface.

captureJobs
CaptureAcceptedSchema · object[]

Capture jobs owned by the caller's organization, newest first.