Request
The name of the URL Group (topic) to retrieve.
Response
The creation time of the URL Group. UnixMilli
The update time of the URL Group. UnixMilli
The name of the URL Group.
curl https://qstash.upstash.io/v2/topics/my-url-group \
-H "Authorization: Bearer <token>"
{
"createdAt": 1623345678001,
"updatedAt": 1623345678001,
"name": "my-url-group",
"endpoints": [
{
"name": "my-endpoint",
"url": "https://my-endpoint.com"
}
]
}