Skip to main content
GET
Get a release file

Authorizations

Authorization
string
header
required

Personal access token is obtained through your profile

Path Parameters

projectId
string<uuid>
required

Project unique identifier

releaseId
string<uuid>
required

Release unique identifier

fileId
string<uuid>
required

File unique identifier

Response

200 - application/json

Release file with content

Release file with content

id
string<uuid>
required

File unique identifier

path
string
required

File path within the release

releaseId
string<uuid>
required

ID of the release this file belongs to

name
string | null

File name

contentType
string | null

MIME type of the file

contentHash
string | null

MD5 hash of the file content

versionId
string<uuid> | null

Document version ID

createdAt
string | null

File creation timestamp

diffStatus
enum<string>

Diff status when comparing releases

Available options:
added,
modified,
removed,
unchanged
previousReleaseId
string<uuid>

Previous release ID for modified files

previousId
string<uuid>

Previous file ID for modified files

content
any | null

File content (decision graph data)

documentId
string<uuid> | null

Associated document ID