cURL
curl --request GET \ --url https://api.valiqor.com/v2/failure-analysis/insights/trends \ --header 'Authorization: Bearer <token>'
{ "period_days": 123, "project_name": "<string>", "trend_data": [ { "date": "<string>", "failure_count": 123, "pass_count": 123, "total_runs": 123, "failure_rate": 0 } ] }
Get time-series trend data for charting
Valiqor API key. Pass as Bearer token: Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Authorization: Bearer vq-xxxxxxxxxxxxxxxxxxxx
Number of days to analyze
1 <= x <= 365
Filter by project name
Successful Response
Time-series trend data for FA insights.
Show child attributes