curl https://qstash.upstash.io/v2/topics/my-topic \ -H "Authorization: Bearer <token>"
{ "createdAt": 1623345678001, "updatedAt": 1623345678001, "name": "my-topic", "endpoints": [ { "name": "my-endpoint", "url": "https://my-endpoint.com" } ] }
Retrieves a topic
The name of the topic to retrieve.
The creation time of the topic. UnixMilli
The update time of the topic. UnixMilli
The name of the topic.
Show child attributes
The name of the endpoint
The URL of the endpoint
Was this page helpful?