Returns a temporary download URL for File content.
Path
GET /api/v1/forward/files/{file_id}/content
Request headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <PAT or SAT> |
Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
file_id | string | Yes | File ID to download. |
Example request
Example response
Empty-list response
Not applicable; this endpoint does not return a list.
Response fields
| Field | Type | Description |
|---|---|---|
url | string | Temporary download URL. |
expires_at | string | Download URL expiration time. |
Errors
| HTTP | Type | Trigger |
|---|---|---|
| 401 | authentication_error | The authentication token is missing or invalid. |
| 403 | permission_error | The caller cannot access this resource. |
| 404 | not_found_error | The resource does not exist or is not visible. |
| 500/502/503 | api_error | Forward or a dependent service failed. |