Kong · Schema

PaginationOffsetResponse

Offset is used to paginate through the API. Provide this value to the next list operation to fetch the next page

API GatewayAI GatewayAI ConnectivityAgent GatewayEvent GatewayMCP RegistryService MeshLLMKafkaKonnectOpen Source
View JSON Schema on GitHub

JSON Schema

kong-paginationoffsetresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PaginationOffsetResponse",
  "title": "PaginationOffsetResponse",
  "description": "Offset is used to paginate through the API. Provide this value to the next list operation to fetch the next page",
  "type": "string"
}