Skip to main content
GET
/
v2
/
failure-analysis
/
insights
/
projects
Get projects with FA runs
curl --request GET \
  --url https://api.valiqor.com/v2/failure-analysis/insights/projects \
  --header 'Authorization: Bearer <token>'
{
  "projects": [
    "<string>"
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

Valiqor API key. Pass as Bearer token: Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx

Response

Successful Response

List of distinct project names with FA runs.

projects
string[]
required
total
integer
required