Skip to main content
GET
/
v1
/
analytics
/
tools
/
reliability
/
error-timeseries
Error count over time, split by error_category
curl --request GET \
  --url https://api-sandbox.featherhq.com/v1/analytics/tools/reliability/error-timeseries \
  --header 'x-api-key: <api-key>'
[
  {
    "time_bucket": "2023-11-07T05:31:56Z",
    "error_category": "<string>",
    "count": 123
  }
]

Authorizations

x-api-key
string
header
required

Query Parameters

granularity
string
default:hour
Pattern: ^(minute|hour|day|week)$
tool_id
string | null
error_category
string | null
revision_id
string | null
start_date
string<date>
required
end_date
string<date>
required

Response

Successful Response

time_bucket
string<date-time>
required
error_category
string
required
count
integer
required