Retrieve a release file

Retrieves the details of an existing release file.

GET/v3/release-files/{id}
JWT
release:read

Parameters

NameTypeInDescription
id*stringpathUnique identifier for the release file.

Responses

200 OK
{
  "id": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z",
  "name": "string",
  "url": "string",
  "size": 0,
  "downloads": 0,
  "extension": "string",
  "checksum": "string",
  "secured": true,
  "published": true,
  "releaseId": "string",
  "releaseName": "string"
}