Get Pillars
GET/customers/{clientId}/pillars
Returns the four-pillar breakdown alongside the most recent score date. Use this to understand which dimension of resilience is driving the composite score.
Path parameters
Section titled “Path parameters”clientIdstringrequired
Client ID issued by the customer’s ORION environment (an opaque identifier beginning with osc_)
Response fields
Section titled “Response fields”clientIdstringrequired
The Client ID the breakdown was retrieved for
scoreDatestringrequired
ISO calendar date the breakdown corresponds to (YYYY-MM-DD, UTC)
pillarScoresobjectrequired
Individual pillar scores (0–100 each)
Example
Section titled “Example”curl https://api.overspace.io/orion/v1/customers/osc_x7k2q9_9f8b7c6d5e4f3a2b1c0d9e8f7a6b5c4d/pillars \ -H "x-api-key: your-api-key"{ "clientId": "osc_x7k2q9_9f8b7c6d5e4f3a2b1c0d9e8f7a6b5c4d", "scoreDate": "2026-03-18", "pillarScores": { "structuralIntegrity": 72, "failureResistance": 65, "deviceHealth": 58, "recoveryCapability": 75 }}