Overall
Features
How To
API Reference
- Authentication
- Messages
- Topics
- Schedules
- Signing Keys
- Events
- Dead Letter Queues
- v1 (Deprecated)
- QStash v1 (deprecated)
- Endpoints
- Events
- Keys
- Messages
- Schedules
- Tasks
- Topics
- GETGet Quota
Migrating
Recipes
Integrations
Topics
List Topics
This endpoint returns all your existing topics.
GET
/
v1
/
topics
curl -X GET https://qstash.upstash.io/v1/topics \
-H "Authorization: Bearer <token>"
[
{
"topicId": "tpc_7EfEryZiheEKzpMuvjYdhhhbNNJA",
"name": "test",
"endpoints": [
{
"endpointId": "ept_6j7BNZus3ZyPy6P7QtLUMCC3Rq7h",
"url": "https://www.upstash.com",
"topicId": "tpc_7EfEryZiheEKzpMuvjYdhhhbNNJA"
}
]
}
]
Response
A user given name must only contain alphanumeric, hyphen, underscore and periods.
Id for this topic
curl -X GET https://qstash.upstash.io/v1/topics \
-H "Authorization: Bearer <token>"
[
{
"topicId": "tpc_7EfEryZiheEKzpMuvjYdhhhbNNJA",
"name": "test",
"endpoints": [
{
"endpointId": "ept_6j7BNZus3ZyPy6P7QtLUMCC3Rq7h",
"url": "https://www.upstash.com",
"topicId": "tpc_7EfEryZiheEKzpMuvjYdhhhbNNJA"
}
]
}
]
Was this page helpful?
curl -X GET https://qstash.upstash.io/v1/topics \
-H "Authorization: Bearer <token>"
[
{
"topicId": "tpc_7EfEryZiheEKzpMuvjYdhhhbNNJA",
"name": "test",
"endpoints": [
{
"endpointId": "ept_6j7BNZus3ZyPy6P7QtLUMCC3Rq7h",
"url": "https://www.upstash.com",
"topicId": "tpc_7EfEryZiheEKzpMuvjYdhhhbNNJA"
}
]
}
]