Msgs
Svix Poller List
List Svix poller configurations for a topic.
post/api/v1.msgs.svix-poller.list
Request body
Example request
{
"namespace": "some_namespace",
"topic": "some_topic_name"
}Response
Example response
{
"data": [
{
"topic": "some_topic_name"
}
]
}