Document Download
Download Pipeline Item Document
GET /api/v1/pipelines/{pipeline_id}/items/{pipeline_item_id}/documents/{document_id}/download
Get a time-limited signed URL to download the original submitted document. The signed URL does not require authentication and can be shared or used in automated workflows within the expiration window.
Parameters
|
Parameter |
Type |
Required |
Description |
|---|---|---|---|
|
|
integer (path) |
Yes |
The pipeline identifier |
|
|
integer (path) |
Yes |
The pipeline item identifier |
|
|
integer (path) |
Yes |
The document identifier (returned from the submit endpoint) |
|
|
integer (query) |
No |
Signed URL TTL in minutes (default: 15, min: 1, max: 10080) |
Response — 200 OK
|
Field |
Type |
Description |
|---|---|---|
|
|
integer |
The document identifier |
|
|
string |
Time-limited URL for downloading the file (no authentication required) |
|
|
integer |
How long the signed URL remains valid |
Errors
|
Status |
Description |
|---|---|
|
|
Authentication required |
|
|
Authorization denied by policy chain |
|
|
Pipeline, pipeline item, or document not found; or document has no file |
|
|
Invalid document storage URL |