cURL
curl --request GET \ --url https://backstage.example.com/api/soundcheck/checks/exemptions
{ "exemptions": [ { "checkId": "<string>", "entityRef": "<string>", "userRef": "<string>", "justification": "<string>", "timestamp": "<string>" } ], "totalCount": 123 }
Get all exemptions across all checks. Paginated with limit/offset.
Documentation IndexFetch the complete documentation index at: https://backstage.spotify.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://backstage.spotify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Maximum number of exemptions to return. Defaults to 25, max 100.
x <= 100
Number of exemptions to skip. Defaults to 0.
OK
Show child attributes
Contact support