cURL
curl --request GET \ --url https://qstash.upstash.io/v2/topics \ --header 'Authorization: Bearer <token>'
[ { "name": "<string>", "createdAt": 123, "updatedAt": 123, "endpoints": [ { "name": "<string>", "url": "<string>" } ] } ]
List all your URL Groups
Documentation IndexFetch the complete documentation index at: https://upstash.com/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://upstash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
QStash authentication token
URL Group name
Creation timestamp of URL Group in Unix milliseconds
Last update timestamp of URL Group in Unix milliseconds
Show child attributes
Was this page helpful?