List Workflow Uploads

List confirmed uploads attached to a workflow.

Returns only uploads that have been confirmed (fully transferred and committed to the workflow). In-progress or abandoned uploads are excluded. Each item includes a short-lived download URL for the uploaded file.

Authentication

AuthorizationBearer
Clerk JWT token
OR
AuthorizationBearer

Onepin live API key (op_live_...). Test and public keys are reserved in Phase 1.

Path parameters

workflow_idstringRequiredformat: "uuid"

Headers

X-Workspace-Idstring or nullOptional

Query parameters

offsetintegerOptional>=0Defaults to 0

Zero-based pagination offset.

limitintegerOptional1-100Defaults to 50

Maximum items to return (1–100).

Response

Successful Response
datalist of objects
metaobject
paginationobject

Errors

422
Unprocessable Entity Error