Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://backstage.example.com/api/soundcheck/checks/execute \ --header 'Content-Type: application/json' \ --data ' { "checkIds": [ "<string>" ], "entityRefs": [ "<string>" ], "filter": {} } '
{ "results": [ { "entityRef": "<string>", "checkId": "<string>", "state": "<string>", "details": {}, "scope": "<string>", "submittedBy": "<string>" } ] }
Execute checks by id or execute an inline check against specific entities or a filter.
If true, execute without persisting results.
true
false
Show child attributes
OK
Contact support