Skip to main content
GET
/
egressgateways
/
usage
Egress gateway sandbox attachments
curl --request GET \
  --url https://api.blaxel.ai/v0/egressgateways/usage \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Response

200 - application/json

successful operation

Sandboxes currently bound to each egress gateway. Returned by GET /egressgateways/usage so the egress-IPs UI can render attachment counts without fetching the sandboxes listing full. Keys are gateway names; values are sandbox names.

{key}
string[]
Last modified on May 28, 2026