Skip to main content
GET
/
v1
/
manifest
/
export
Export Manifest Get
curl --request GET \
  --url https://api.mixpeek.com/v1/manifest/export \
  --header 'Authorization: Bearer <token>'
{
  "status": 123,
  "error": {
    "message": "<string>",
    "type": "<string>",
    "code": "<string>",
    "details": {}
  },
  "success": false
}

Authorizations

Authorization
string
header
required

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

Query Parameters

namespace_id
string

Export specific namespace (None = all)

format
string
default:yaml

Output format (yaml)

manifest_name
string
default:exported-manifest

Name for the manifest

Response

Successful Response