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