Skip to main content
GET
/
v2
/
topics
List URL Groups
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>"
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

QStash authentication token

Response

200 - application/json
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[]