Skip to main content
GET
/
v2
/
topics
/
{urlGroupName}
Get a URL Group
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>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://upstash.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

QStash authentication token

Path Parameters

urlGroupName
string
required

The name of the URL Group to retrieve.

Response

name
string

URL Group name

createdAt
integer

Creation timestamp of URL Group in Unix milliseconds

updatedAt
integer

Last update timestamp of URL Group in Unix milliseconds

endpoints
object[]