v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
User Actions

List amqp subscriptions

Retrieve all existing AMQP subscriptions for user action logs.

get/cloud/v1/user_actions/amqp_subscriptions_list

Query parameters

limitinteger

Optional. Limit the number of returned items

Example:1000

Optional. Limit the number of returned items

offsetinteger

Optional. Offset value is used to exclude the first set of records from the result

Optional. Offset value is used to exclude the first set of records from the result

Response

OK

countinteger required

Number of objects

Example response

{
  "count": 1,
  "results": [
    {
      "connection_string": "amqps://guest:guest@192.168.123.20:5671/user_action_events",
      "id": 33,
      "routing_key": "foo"
    }
  ]
}