Skip to main content
GET
Get a single file

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required
Pattern: ^shf_[0-9a-f]{24}$
filePath
string
required

Relative file path within the shelf (may contain slashes)

Example:

"chapter-1/section-1.md"

Response

File content

The response is of type string.