List storefront activity
List recent configuration and inventory-source changes on the storefront. Supports filters by resource type (INVENTORY_SOURCE, AGENT), inventory source ID, action, and date range.
Authorizations
API key or access token
Query Parameters
ISO timestamp; only include audit logs at or after this time
"2026-03-01T00:00:00Z"
ISO timestamp; only include audit logs at or before this time
"2026-04-01T00:00:00Z"
Filter to a single storefront inventory source by source ID
"source_abc123"
Filter to a subset of storefront resource types. Defaults to all storefront resource types.
STOREFRONT, STOREFRONT_INVENTORY_SOURCE Filter to actions initiated a particular way: "agent" surfaces only changes Murph made on a user's behalf, "human" only direct user changes.
human, agent, autonomous, system "agent"
Filter to actions taken by a specific user (by user id)
x <= 900719925474099110
Filter to actions taken by a specific user (by email)
"jane@acme.com"
Filter to a single resource by its external id (e.g. an advertiser, creative, or media buy id)
"creative_abc123"
Narrow to a subset of meaningful actions (e.g. only DELETE/ARCHIVE). Defaults to all meaningful actions.
CREATE, UPDATE, DELETE, ARCHIVE, EXECUTE, ACTIVATE, DEACTIVATE Filter by whether the action took effect. Omit to see only changes that succeeded (the default feed). Pass "denied" to see blocked attempts or "failed" for errored ones — these attempt views are not limited to the default resource types.
succeeded, denied, failed "denied"
Number of results to return (max 500)
x <= 50050
Number of results to skip for pagination
0 <= x <= 90071992547409910