cURL
curl --request GET \ --url https://api.valiqor.com/v2/failure-analysis/insights/projects \ --header 'Authorization: Bearer <token>'
{ "projects": [ "<string>" ], "total": 123 }
Get list of project names that have FA runs for filter dropdown
Valiqor API key. Pass as Bearer token: Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Successful Response
List of distinct project names with FA runs.