Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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.