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-sandbox.featherhq.com/v1/analytics/tools/reliability/error-trend \ --header 'x-api-key: <api-key>'
[ { "current_error_rate": 123, "previous_error_rate": 123, "delta": 123, "direction": "<string>", "current_total": 123, "previous_total": 123 } ]
Successful Response
Was this page helpful?