Skip to content

Download a file

GET
/resources/files/{spaceKey}/{fileKey}

This downloads the raw file. If you're looking for file index and dynamic fields, see Graph.
File metadata will be returned in the response headers (but dynamic fields will not). The response Content-Type will map to the file's mime type.

Parameters

Path Parameters

spaceKey*

Must be a non-empty string containing a-z, 0-9, period or underscore.

Type
string
Required
fileKey*

The key of the file. Can include forward slash to simulate a path. Each segment of the path must be a non-empty string containing a-z, 0-9, period or underscore. A segment of "." or ".." is not allowed.

Type
string
Required

Responses

OK

JSON
"string"

Samples

© 2024 Hantera AB. All rights reserved.