AI Gateways

List AI Gateways

Pre-release Endpoint This endpoint is currently in beta and is subject to change.

Returns a list of AI Gateways in the organization.

get/v1/ai-gateways

Query parameters

page[size]integer
Example:10

The maximum number of items to include per page. The last page of a collection may include fewer items.

page[number]integer
Example:1

Determines which page of the entities to retrieve.

Response

A paginated list of AI Gateways.

Example response

{
  "data": [
    {
      "display_name": "My AI Gateway",
      "name": "my-ai-gateway",
      "description": "An AI Gateway for my organization.",
      "proxy_urls": [
        {
          "host": "example.com",
          "port": 443,
          "protocol": "https"
        }
      ],
      "labels": {
        "category": "finance"
      },
      "id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
      "deployment_type": "hybrid",
      "endpoints": {
        "configuration": "https://acfe5f253f.cp.konghq.com",
        "telemetry": "https://acfe5f253f.tp0.konghq.com"
      },
      "created_at": "2022-11-04T20:10:06.927Z",
      "updated_at": "2022-11-04T20:10:06.927Z"
    }
  ],
  "meta": {
    "page": {
      "number": 1,
      "size": 10,
      "total": 100
    }
  }
}

Changes

Changed in 4 of the 75 revisions of this API.115

    • added the required property data/items/deployment_type to the response with the 200 status

      response-required-property-added

    • the data/items/name response's property type/format changed from / to string/ for status 200

      response-property-type-changed

    • removed AIGatewayEntityIdentifier from the data/items/name response property allOf list for the response status 200

      response-property-all-of-removed

    • the data/items/name response's property pattern ^[0-9a-z-]+$ was added for the status 200

      response-property-pattern-added

  • 231c616fc23b11See the full diff
    • removed the optional property data/items/config_hash from the response with the 200 status

      response-optional-property-removed

    • added the optional property data/items/config_version to the response with the 200 status

      response-optional-property-added

    • endpoint added

      endpoint-added

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