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
The name of the endpoint
The URL of the endpoint
Was this page helpful?