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}
{
  "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": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.mixpeek.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Headers

Authorization
string

REQUIRED: Bearer token authentication using your API key. Format: 'Bearer sk_xxxxxxxxxxxxx'. You can create API keys in the Mixpeek dashboard under Organization Settings.

Examples:

"Bearer YOUR_API_KEY"

"Bearer YOUR_STRIPE_API_KEY"

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
deployed_by
string | null
deployed_at
string | null
environment
string | null
build_duration_ms
integer | null
message
string | null
source_files
Source Files · object
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