Skip to main content
GET
/
qstash
/
stats
Get QStash Stats
curl --request GET \
  --url https://api.upstash.com/v2/qstash/stats \
  --header 'Authorization: Basic <encoded-value>'
{
  "days": [
    "Wednesday",
    "Thursday",
    "Friday",
    "Saturday",
    "Sunday",
    "Monday",
    "Tuesday"
  ],
  "daily_requests": [
    {
      "x": "2025-10-01 11:33:05.585757103 +0000 UTC",
      "y": 0,
      "workflow_message": 0,
      "workflow_run": 0
    }
  ],
  "daily_billings": [
    {
      "x": "2025-10-01 11:33:05.585757103 +0000 UTC",
      "y": 0
    }
  ],
  "daily_bandwidths": [
    {
      "x": "2025-10-01 11:33:05.585757103 +0000 UTC",
      "y": 0
    }
  ],
  "daily_used": [
    {
      "x": "2025-10-01 11:33:05.585757103 +0000 UTC",
      "y": 0
    }
  ],
  "daily_used_workflow": [
    {
      "x": "2025-10-01 11:33:05.585757103 +0000 UTC",
      "y": 0
    }
  ],
  "daily_qstash_messages": [
    {
      "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
        }
      ]
    }
  ],
  "daily_workflow_messages": [
    {
      "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
        }
      ]
    }
  ],
  "dlq_message_count": 0,
  "daily_bandwidth_used": [
    {
      "x": "2025-10-01 11:33:05.585757103 +0000 UTC",
      "y": 0
    }
  ],
  "total_monthly_billing": 5.806
}

Authorizations

Authorization
string
header
required

Query Parameters

period
enum<string>
default:1h
Available options:
1h,
3h,
12h,
1d,
3d,
7d,
30d

Response

200 - application/json
days
string[]
Example:
daily_requests
object[]
Example:
daily_billings
object[]
Example:
daily_bandwidths
object[]
Example:
daily_used
object[]
Example:
daily_used_workflow
object[]
Example:
daily_qstash_messages
object[]
Example:
daily_workflow_messages
object[]
Example:
dlq_message_count
integer
Example:
daily_bandwidth_used
object[]
Example:
total_monthly_billing
number
Example: