Skip to main content
GET
/
v1
/
apps
/
{app_id}
/
versions
/
{version}
Get version details
curl --request GET \
  --url https://api.mixpeek.com/v1/apps/{app_id}/versions/{version} \
  --header 'Authorization: Bearer <token>'
{
  "version": 123,
  "s3_version_id": "<string>",
  "asset_prefix": "<string>",
  "asset_manifest": {},
  "deployed_by": "<string>",
  "deployed_at": "<string>",
  "environment": "<string>",
  "build_duration_ms": 123,
  "message": "<string>",
  "source_files": {},
  "git_commit_sha": "<string>",
  "git_commit_message": "<string>",
  "git_author": "<string>",
  "is_active": {}
}

Authorizations

Authorization
string
header
required

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

Path Parameters

app_id
string
required
version
integer
required

Version number

Response

Successful Response

Full detail for a single version.

version
integer | null
s3_version_id
string | null
asset_prefix
string | null
asset_manifest
Asset Manifest · object | null
deployed_by
string | null
deployed_at
string | null
environment
string | null
build_duration_ms
integer | null
message
string | null
source_files
Source Files · object | null
git_commit_sha
string | null

Git commit SHA

git_commit_message
string | null

Git commit message

git_author
string | null

Git commit author

is_active
Is Active · object

Which environments this version is currently deployed to