This endpoint returns the topic with the specified ID.
curl -X GET https://qstash.upstash.io/v1/topics/:topicId \ -H "Authorization: Bearer <token>"
{ "topicId": "tpc_7EfEryZiheEKzpMuvjYdhhhbNNJA", "name": "test", "endpoints": [ { "endpointId": "ept_6j7BNZus3ZyPy6P7QtLUMCC3Rq7h", "url": "https://www.upstash.com", "topicId": "tpc_7EfEryZiheEKzpMuvjYdhhhbNNJA" } ] }
The id or name of the topic
Show Endpoint
The id of the endpoint.
The id of the topic this endpoint subscribes to.
The url where all requests will be sent to.
A user given name must only contain alphanumeric, hyphen, underscore and periods.
Id for this topic
Was this page helpful?