Skip to main content
GET
/
results
Get check results
curl --request GET \
  --url https://backstage.example.com/api/soundcheck/results
{
  "results": [
    {
      "entityRef": "<string>",
      "checkId": "<string>",
      "state": "<string>",
      "details": {},
      "scope": "<string>",
      "submittedBy": "<string>"
    }
  ]
}

Query Parameters

entityRef
string
required

The entity reference to get results for.

scope
string

The scope of the results.

checks

One or more check ids to filter by.

Response

OK

results
object[]
required