internal

List Rate Limit Overrides

List all rate limit overrides, optionally filtered by type.

Query parameters:

  • override_type: 'org' or 'user' to filter results
  • limit: Maximum number of results (default: 100, max: 1000)
get/internal/rate-limits/overrides

Query parameters

override_typestring nullable

Filter by type: 'org' or 'user'. If not provided, returns all overrides.

Filter by type: 'org' or 'user'. If not provided, returns all overrides.

limitinteger

Maximum number of results

Maximum number of results

Headers

x-api-keystring required

Internal API Key for authentication

Internal API Key for authentication

Response

Successful Response

identifierstring required
createdAtstring date-time required
createdBystring required
updatedAtstring date-time nullable
updatedBystring nullable
notestring

Changes

Changed in 2 of the 13 revisions of this API.25

    • removed the optional property items/endpointLimits/assetControl from the response with the 200 status

      response-optional-property-removed

    • removed the optional property items/endpointLimits/assetIngress from the response with the 200 status

      response-optional-property-removed

    This revision also has 18 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the optional property items/endpointLimits/assetControl to the response with the 200 status

      response-optional-property-added

    • added the optional property items/endpointLimits/assetIngress to the response with the 200 status

      response-optional-property-added

    • added the optional property items/endpointLimits/catalog to the response with the 200 status

      response-optional-property-added

    • added the optional property items/endpointLimits/v2Create to the response with the 200 status

      response-optional-property-added

    • added the optional property items/endpointLimits/v2Status to the response with the 200 status

      response-optional-property-added