List Endpoint API Keys
List the per-endpoint API keys you've issued for this endpoint. These are client-facing keys: visitors hitting the public URL present them in a header (typically X-API-Key or Authorization: Bearer ...) and the platform validates at the edge before forwarding to your agent. Distinct from account-level API keys which authenticate to this management API.
Each key carries an optional per-key rate limit (RPS) and an optional expiry. Maximum 50 keys per endpoint. Keys are returned masked — the full value (etk_…) is shown only once at creation; list returns a key prefix + hash for identification.
Path parameters
Query parameters
{items, total, page, page_size}) instead of a bare array.Response (200 OK)
By default a JSON array of key objects (not wrapped in items). When page is supplied, a paged object {items, total, page, page_size} is returned instead. Each key object:
etk_a1b2c3) — enough to identify but not impersonate. Display in dashboards / audit logs.0 = no per-key limit (the endpoint's policy still applies).false = key is disabled but kept in the table (audit-trail). The platform rejects with 401 at the edge.null = non-expiring.null if never used.