cURL
curl --request GET \ --url https://qstash.upstash.io/v2/topics/{urlGroupName} \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "createdAt": 123, "updatedAt": 123, "endpoints": [ { "name": "<string>", "url": "<string>" } ] }
Retrieve details of a specific URL Group
QStash authentication token
The name of the URL Group to retrieve.
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?