Skip to main content
GET
/
limits
Retrieve limits
curl --request GET \
  --url https://api.eu.bronto.io/limits \
  --header 'X-BRONTO-API-KEY: <api-key>'
{
  "limits": [
    {
      "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "org_id": "f0e1d2c3-b4a5-6789-0abc-def123456789",
      "category": "INGESTION_LIMITS",
      "description": "Ingestion limit - 200000000 MB per_month",
      "value": 200000000000000,
      "unit": "BYTES",
      "target": "ORGANISATION",
      "type": "SYSTEM",
      "time_window": "PER_MONTH",
      "metadata": {
        "created_at": 1741968575896,
        "modified_at": 1770766450764
      },
      "scope": {
        "organisation": {
          "id": "f0e1d2c3-b4a5-6789-0abc-def123456789"
        }
      }
    },
    {
      "id": "b2c3d4e5-f6a7-8901-bcde-f12345678901",
      "org_id": "f0e1d2c3-b4a5-6789-0abc-def123456789",
      "category": "MONITOR_LIMITS",
      "description": "Maximum monitors allowed per org",
      "value": 50,
      "unit": "COUNT",
      "target": "ORGANISATION",
      "type": "SYSTEM",
      "time_window": "NO_WINDOW",
      "metadata": {
        "created_at": 1754662393000,
        "modified_at": 1754662393000
      },
      "scope": {}
    },
    {
      "id": "c3d4e5f6-a7b8-9012-cdef-123456789012",
      "org_id": "f0e1d2c3-b4a5-6789-0abc-def123456789",
      "category": "SEARCH_LIMITS",
      "description": "Search ratio limit - 250.0",
      "value": 250,
      "unit": "RATIO",
      "target": "ORGANISATION",
      "type": "SYSTEM",
      "time_window": "PER_MONTH",
      "metadata": {
        "created_at": 1762890084515,
        "modified_at": 1770766450774
      },
      "scope": {
        "organisation": {
          "id": "f0e1d2c3-b4a5-6789-0abc-def123456789"
        }
      }
    }
  ]
}

Authorizations

X-BRONTO-API-KEY
string
header
required

Response

A list of limits

limits
object[]