Skip to main content
Version: 1.15.2

Download a file's content

GET 

/v1/files/:fileId/content

Downloads file contents by its ID

Request

Responses

File content

Response Headers
    Content-Disposition
    moss-trace-id

    Request tracing identifier echoed from the request, or a generated one if not provided

    X-RateLimit-Limit

    Maximum number of requests allowed in the current rate limit window for the used scope.

    X-RateLimit-Remaining

    Number of requests remaining in the current rate limit window.

    X-RateLimit-Reset

    Unix timestamp (seconds since epoch, UTC) when the rate limit window resets.

    X-RateLimit-Scope

    The OAuth scope bucket to which this rate limit applies: read or write.