Skip to main content
GET
/
api
/
resilience
/
v1
/
get-runtime-manifest
GetResilienceRuntimeManifest
curl --request GET \
  --url https://api.example.com/api/resilience/v1/get-runtime-manifest
{
  "manifestVersion": 123,
  "generatedAt": "<string>",
  "deployedCommitSha": "<string>",
  "vercelEnv": "<string>",
  "formulaTag": "<string>",
  "dataVersion": "<string>",
  "flags": [
    {
      "name": "<string>",
      "enabled": true
    }
  ],
  "cache": {
    "scorePrefix": "<string>",
    "rankingKey": "<string>",
    "historyPrefix": "<string>",
    "intervalPrefix": "<string>",
    "intervalMethodology": "<string>"
  },
  "rankingCache": {
    "fetchedAt": "<string>",
    "count": 123,
    "scored": 123,
    "total": 123
  },
  "constructVersions": {
    "energy": "<string>"
  },
  "intervals": {
    "available": true,
    "methodology": "<string>",
    "sampleCountry": "<string>",
    "lastObservedAt": "<string>"
  }
}

Response

Successful response

manifestVersion
integer<int32>
generatedAt
string
deployedCommitSha
string
vercelEnv
string
formulaTag
string
dataVersion
string
flags
object[]
cache
object
rankingCache
object
constructVersions
object
intervals
object