Skip to main content
Returns all accounts the authenticated agent can operate on this vendor agent. Use this to discover existing accounts, check status changes on pending accounts, and retrieve account_id values for use in protocol operations. list_accounts works across all vendor protocols — media buy agents, signals agents, governance agents, and creative agents all return accounts through this same task. Response Time: ~1s. Request Schema: /schemas/v3/account/list-accounts-request.json Response Schema: /schemas/v3/account/list-accounts-response.json

Quick Start

List all accounts this agent can operate:

Request Parameters

All parameters are optional. An empty request returns all accounts.

Response

Each account includes:

Common Scenarios

Poll until account becomes active

After sync_accounts returns pending_approval, poll until the account is ready:

Filter active accounts only

Error Handling

Next Steps