@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface DirectoryLookupPage

    Single-page response envelope from GET /v1/agents/{agent_url}/publishers. Mirrors the AAO agent-publishers.json schema.

    interface DirectoryLookupPage {
        agent_url: string;
        directory_indexed_at: string | null;
        publishers: DirectoryPublisherEntry[];
        next_cursor?: string | null;
    }
    Index

    Properties

    agent_url: string

    Canonicalized echo of the agent_url that was looked up.

    directory_indexed_at: string | null

    When the directory last completed a refresh of any publisher in this result. NULL on empty pages — treat null as "no freshness assertion" and do not advance local cache freshness.

    next_cursor?: string | null

    Opaque pagination cursor. Absent or null on the terminal page.