v52

latestOpenAPI 3.0.1AGPL-3.0raw.githubusercontent.com2026-08-01255473862.7 KB
Features

Query features

Use when listing or searching features (e.g. catalog or entitlement setup). Returns a paginated list; supports filtering and sorting.

post/features/search

Request body

end_timestring date-time
expandstring
feature_idsstring[]

Feature specific filters

limitinteger
lookup_keystring
lookup_keysstring[]
meter_idsstring[]
name_containsstring
offsetinteger
order'asc' | 'desc'
start_timestring date-time
status'published' | 'deleted' | 'archived'

Response

OK

Example response

{
  "items": [
    {
      "meter": {
        "created_at": "2024-03-20T15:04:05Z",
        "event_name": "api_request",
        "id": "550e8400-e29b-41d4-a716-446655440000",
        "name": "API Usage Meter",
        "status": "published",
        "tenant_id": "tenant123",
        "updated_at": "2024-03-20T15:04:05Z"
      }
    }
  ]
}