v49

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01151216390.1 KB
gateway-configs

Get a GatewayConfig.

Get a specific GatewayConfig by its unique identifier.

get/v1/gateway-configs/{id}

Path parameters

idstring required

The unique identifier of the GatewayConfig.

Response

Successfully retrieved the GatewayConfig.

idstring required

The unique identifier of the GatewayConfig.

account_idstring nullable

The account ID that owns this config.

namestring required

The human-readable name of the GatewayConfig. Unique per account (or globally for system configs).

endpointstring required

The target endpoint URL (e.g., 'https://api.anthropic.com').

descriptionstring nullable

Optional description for this gateway configuration.

create_time_msinteger required

Creation time of the GatewayConfig (Unix timestamp in milliseconds).