/
/HTTP Bridge API Reference
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2w ago
Consumers8
  • post/consumers/{groupid}
  • get/consumers/{groupid}/instances/{name}/subscription
  • post/consumers/{groupid}/instances/{name}/subscription
  • delete/consumers/{groupid}/instances/{name}/subscription
  • post/consumers/{groupid}/instances/{name}/assignments
  • get/consumers/{groupid}/instances/{name}/records
  • delete/consumers/{groupid}/instances/{name}
  • post/consumers/{groupid}/instances/{name}/offsets
Seek3
Topics7
  • get/healthy
  • get/ready
  • get/openapi
  • get/
Consumers

Retrieves a list of the topics to which the consumer is subscribed.

get/consumers/{groupid}/instances/{name}/subscription

Response

List of subscribed topics and partitions.

Changes