Skip to main content
GET
Get Release By Version

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

project_reference
string
required

Project slug, ID, or other supported project reference.

version_spec
string
required

Version specifier: "1.2.3" for exact, "1.2" for latest 1.2.x, or "1" for latest 1.x.x.

Example:

"1.2.3"

Response

Release found

id
string<uuid>
required
name
string
required
project_id
string<uuid>
required
export_status
enum<string>
required
Available options:
in_progress,
completed,
error
build_status
enum<string>
required
Available options:
in_progress,
completed,
error
deploy_status
enum<string>
required
Available options:
in_progress,
completed,
error
version
string | null

Semver version, for example "1.2.3".

user_id
string<uuid>
created_at
string
updated_at
string
asset_manifest
object | null

Release asset manifest state and version, or null when no manifest exists.