Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Time period for statistics aggregation. Each period returns 60 datapoints with intervals adjusted to the period length.
Exceptionally for 30 days, it returns 240 datapoints with 3-hour intervals for increased granularity.
1h, 3h, 12h, 1d, 3d, 7d, 30d Response
Successful response with usage statistics
Array of day names for the measurement period, typically representing all days in the current month. This includes both past and future dates within the current month, so the array covers the entire month regardless of the current day. Future days are included to align with other daily metrics arrays, allowing for consistent indexing.
[
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday",
"Monday",
"Tuesday"
]Daily request metrics including workflow breakdowns
[
{
"x": "2025-10-01 11:33:05.585757103 +0000 UTC",
"y": 0,
"workflow_message": 0,
"workflow_run": 0
}
]Daily billing amounts over time
[
{
"x": "2025-10-01 11:33:05.585757103 +0000 UTC",
"y": 0
}
]Daily bandwidth usage over time
[
{
"x": "2025-10-01 11:33:05.585757103 +0000 UTC",
"y": 0
}
]Request counts for the requested time period If 1h is specified, it shows 60 data points for every 1 minute within the last 1 hour.
[
{
"x": "2025-10-01 11:33:05.585757103 +0000 UTC",
"y": 0
}
]Workflow usage metrics for the requested time period If 1h is specified, it shows 60 data points for every 1 minute within the last 1 hour.
[
{
"x": "2025-10-01 11:33:05.585757103 +0000 UTC",
"y": 0
}
]QStash message counts broken down by metric identifier for the requested time period. If 1h is specified, it shows 60 data points for every 1 minute within the last 1 hour.
[
{
"id": "delivered",
"data_points": [
{
"x": "2023-05-22 10:59:23.426 +0000 UTC",
"y": 320
},
{
"x": "2023-05-22 11:00:23.426 +0000 UTC",
"y": 450
}
]
}
]Workflow metrics broken down by metric identifier for the requested time period. If 1h is specified, it shows 60 data points for every 1 minute within the last 1 hour.
[
{
"id": "canceled",
"data_points": [
{
"x": "2023-05-22 10:59:23.426 +0000 UTC",
"y": 320
},
{
"x": "2023-05-22 11:00:23.426 +0000 UTC",
"y": 450
}
]
}
]Current number of messages in the dead letter queue
0
Bandwidth usage for the requested time period If 1h is specified, it shows 60 data points for every 1 minute within the last 1 hour.
[
{
"x": "2025-10-01 11:33:05.585757103 +0000 UTC",
"y": 0
}
]Total billing amount for the current month
5.806