List a creative agent's legacy named-format catalog.
Canonical applications should discover seller-supported declarations through
AgentClient.getProducts() and use format_options[]. This method exists for
migration tooling that must inspect the old creative-agent catalog.
Optional filtering parameters
Promise resolving to array of creative formats
Find formats by dimensions
Width in pixels
Height in pixels
Promise resolving to matching formats
Find format by ID
Format ID to search for
Promise resolving to matching format or undefined
List creatives in the agent's library
Optional filtering, sorting, and pagination parameters
OptionalinputHandler: InputHandlerOptionaloptions: CreativeAgentListTaskOptionsPromise resolving to canonical creatives (format_kind, never format_id)
Return the unprojected creative-library wire response.
OptionalinputHandler: InputHandlerOptionaloptions: TaskOptionsGet the agent URL
Get the underlying single-agent client for advanced operations
Creative Agent Client - Specialized client for interacting with creative agents
Creative agents provide creative assembly and reusable creative-library services. Creative-library reads are canonical by default: each creative is identified by
format_kindand, when applicable,format_option_ref.Example