Skip to main content

list_consumers

Function list_consumers 

Source
async fn list_consumers(__arg0: State<Arc<SharedState>>) -> impl IntoResponse
Expand description

GET /api/consumers — returns all declared consumers as a JSON array.

Note: responses include credentials verbatim — the admin API is the management plane and is Basic-Auth protected.