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
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?