Skip to main content
GET
Get QStash

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

200 - application/json

Successful response

customer_id
string

Customer identifier (email or team ID)

Example:

"example@upstash.com"

id
string<uuid>

Unique identifier for the QStash user account

Example:

"99a4c327-31f0-490f-a594-043ade84085a"

password
string

QStash authentication password

Example:

"ZXhhbXBsZUB1cHN0YXNoLmNvbTpuYWJlcg=="

token
string

Authentication token for QStash operations

Example:

"ZXhhbXBsZUB1cHN0YXNoLmNvbTpuYWJlcg=="

active
boolean

Whether the QStash account is active

Example:

true

state
enum<string>

Current state of the QStash account

Available options:
active,
passive
Example:

"active"

last_plan_upgrade_time
integer<int64>

Unix timestamp of the last plan upgrade

Example:

1761267303

max_message_size
integer

Maximum message size in bytes

Example:

52428800

max_requests_per_day
integer

Soft limit for maximum requests per day

Example:

1000000

max_requests_per_day_hard
integer

Hard limit for maximum requests per day

Example:

10000000

max_endpoints_per_topic
integer

Maximum number of endpoints allowed per topic

Example:

1000

max_requests_per_second
integer

Maximum requests per second (rate limit)

Example:

500

max_dlq_size
integer

Maximum dead letter queue size

Example:

2147483647

max_retries
integer

Maximum number of retry attempts for failed messages

Example:

20

max_topics
integer

Maximum number of topics allowed

Example:

1000

max_schedules
integer

Maximum number of schedules allowed

Example:

1000000

max_events_size
integer

Maximum size for events

Example:

100000

max_dlq_retention_time_milis
integer<int64>

Maximum retention time for dead letter queue in milliseconds

Example:

2592000000

max_delay
integer

Maximum delay for scheduled messages in seconds

Example:

2147483647

max_parallelism
integer

Maximum parallel processing per endpoint

Example:

10

max_global_parallelism
integer

Maximum global parallel processing across all endpoints

Example:

200

max_queues
integer

Maximum number of queues allowed

Example:

1000

prod_pack_enabled
boolean

Whether production pack features are enabled

Example:

false

timeout
integer

Request timeout in seconds

Example:

21600

type
enum<string>

Account plan type

Available options:
free,
paid
Example:

"paid"

reserved_type
enum<string>

Indicates the reserved plan type for QStash. If a credit card is attached, this field reflects the associated reserved plan. If no credit card is added and the account is not on a pay-as-you-go plan, this field will be an empty string.

Available options:
paid,
qstash_enterprise_1m,
qstash_enterprise_10m
Example:

"qstash_enterprise_1m"

reserved_price
number<float>

Reserved plan price

Example:

180

created_by
string

Email of the user who created this account

Example:

"example@upstash.com"

creation_time
integer<int64>

Unix timestamp of account creation

Example:

1760423113