AAO directory inverse-lookup
Given a percent-encoded agent_url, returns the publishers whose adagents.json authorizes that agent, with provenance (discovery_method, manager_domain), per-publisher property counts (properties_authorized, properties_total, scoped to this publisher only — never network-wide), signing-key pin status, and lifecycle state (authorized / revoked).
Spec: docs/aao/directory-api.mdx (adcp#4823). This endpoint is the spec-compliant richer-shape replacement for the legacy /api/registry/lookup/agent/{agentUrl}/domains, which returns domain strings only.
Path Parameters
Percent-encoded agent_url
Query Parameters
ISO 8601 — return only publishers with last_verified_at ≥ since
Opaque pagination cursor returned by a prior response
Lifecycle status filter — repeat the key once per value (?status=authorized&status=revoked). Default: authorized. The comma-separated single-value form is rejected with 400.
authorized, revoked Opt into expanded per-row fields — repeat the key once per value. v1: properties adds property_ids[] to each PublisherEntry so consumers can run full set-diff against a federated fetch (count-equality is not set-equality). Unknown values return 400. The comma-separated form is rejected with 400.
properties Page size, default 200, max 1000
1 <= x <= 1000