gateways
Get a gateway
Returns a single gateway by id.
GET
Get a gateway
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns a single gateway by id.
curl --request GET \
--url https://agentgateway-admin.dev.neuraltrust.ai/v1/gateways/{id} \
--header 'Authorization: <api-key>'{
"client_tls": {},
"created_at": "<string>",
"domain": "<string>",
"hosts": {
"mcp": "<string>",
"proxy": "<string>"
},
"id": "<string>",
"metadata": {},
"name": "<string>",
"session_config": {
"body_param_name": "<string>",
"enabled": true,
"header_name": "<string>"
},
"slug": "<string>",
"status": "<string>",
"telemetry": {
"enable_plugin_traces": true,
"enable_request_traces": true,
"exporters": [
{
"name": "<string>",
"settings": {}
}
],
"extra_params": {},
"header_mapping": {}
},
"updated_at": "<string>"
}Gateway id
curl --request GET \
--url https://agentgateway-admin.dev.neuraltrust.ai/v1/gateways/{id} \
--header 'Authorization: <api-key>'{
"client_tls": {},
"created_at": "<string>",
"domain": "<string>",
"hosts": {
"mcp": "<string>",
"proxy": "<string>"
},
"id": "<string>",
"metadata": {},
"name": "<string>",
"session_config": {
"body_param_name": "<string>",
"enabled": true,
"header_name": "<string>"
},
"slug": "<string>",
"status": "<string>",
"telemetry": {
"enable_plugin_traces": true,
"enable_request_traces": true,
"exporters": [
{
"name": "<string>",
"settings": {}
}
],
"extra_params": {},
"header_mapping": {}
},
"updated_at": "<string>"
}