Get file contents
GET/v1/files/:File-ID/contents
This endpoint fetches the contents of a file (download). Not that user files containing PII data cannot be downloaded, in this case 403 Forbidden will be returned.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 429
- 500
- 503
Returns the contents of the file (download)
Error
Error
File Not Found
Error
Too Many Requests
Response Headers
x-ratelimit-limit
The rate limit ceiling for the current time window. Envoy may include multiple limits and window metadata.
Example:
50, 50;w=1x-ratelimit-remaining
The number of requests remaining in the current rate limit window.
Example:
0x-ratelimit-reset
The number of seconds until the current rate limit window resets.
Example:
1x-envoy-ratelimited
Indicates the request was rate limited by the Envoy proxy.
Example:
trueError
Maintenance or Service unavailable