Get file contents

This endpoint fetches the contents of a file (download)

SecuritybearerAuth
Request
path Parameters
File-ID
required
string <uuid>
Responses
200

Returns the contents of the file (download)

401

Error

404

File Not Found

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/files/{File-ID}/contents
Request samples
Response samples
application/json
{
  • "errors": [
    ]
}