Skip to main content

Gateway activity streams

Each dedicated gateway exposes an activity stream showing the requests it has served. Useful for debugging, traffic analysis, and abuse monitoring.

Console

In the console, open a gateway → Activity to see recent requests with:

  • Timestamp
  • CID requested
  • HTTP status
  • Response size
  • Origin IP / country (if available)

Bandwidth API

Programmatic access to per-gateway bandwidth via the Platform API:

curl -H "Authorization: Bearer $(echo -n "$KEY:$SECRET" | base64)" \
"https://api.filebase.io/v1/usage/gateway/my-gateway?start=2026-05-01T00:00:00Z&end=2026-05-31T23:59:59Z"

Returns total egress bytes for the gateway over the time range.

What's next