- Calls: each admitted API request, REST or MCP, including reads, failures and denials, with its outcome, latency, workload and correlation ids.
- Changes: the meaningful create, update, delete, archive, execute, activate and deactivate actions on your records (advertisers, campaigns, creatives, media buys, packages, products, catalogs and more).
Open Activity in the app or in chat
In the app, open Activity and pick the Calls or Changes tab. Choose a period (Today, Last 7 days, Last 30 days, Last 90 days, Last 6 months or Last 1 year), and on Changes narrow by Created, Updated, Removed, Activated or Deactivated, and by advertiser and campaign. From an agent client, ask Semi to “show my API activity” or “show failed calls”, or callopen_page
with page: "activity" (pass { tab: "changes" } to land on Changes).
Changes: the audit feed
Filters
Rows come newest first. Pass
meta.pagination.nextCursor back as cursor until hasMore is false.
resourceType and action are applied before paging, so every page is full. A selection pages
through at most its 5,000 most recent changes; narrow it with since or the filters to reach older
ones. There’s no campaign filter over REST; for one campaign and its media buys, use the Activity
page.
Common questions
- Who changed this campaign? Open Activity → Changes, pick the advertiser and campaign, and read the actor on each row. The campaign filter includes the campaign’s media buys.
- What did this agent do today? Pick Today and look for rows whose
actorKindisagentorbuyer_agent, or switch to Calls and read the workload column. - Did an incident leave a trace? Filter by the resource type most likely to have caused it, then
read
descriptionandchangedFields.
Semicola staff
Semicola staff can open your account to help with support. Their access is read-only: they can look, but every change is refused, including through Semi and MCP tools. What they do shows in your Activity under the actor Semicola staff, never a staff member’s name:- Opening your account shows as an
EXECUTEchange onSTAFF_ACCESS: “Staff opened this account (platform administrator)”, and “Staff started acting as a member of this account” when they view the app as one of your members. - Account changes Semicola makes for you, such as granting or revoking beta feature access
(
FEATURE_ENTITLEMENT) or granting live eligibility, are listed the same way. - Calls made while staff are in your account appear under Calls with the workload Semicola staff.
Calls: the API call log
Each call has an
id, at, operation, workload, surface (rest, mcp or a2a), outcome and
latencyMs, plus requestId, method, httpStatus, principalType (human, workload or
system), workloadName, traceId, an error (code, message, retryDisposition) and
detailAvailability (available, expired or not_captured).
Call detail
routeTemplate, the validation and response steps, the request JSON with
secret-looking fields removed (redactedInput), the error body for failures (redactedOutput), an
allow-list of non-secret headers (safeHeaders) and detailExpiresAt.
What we keep is deliberately narrow. Authorization headers, cookies and credentials are never stored,
and personal contact fields (email addresses, phone numbers) are removed from request JSON. The detail
expires 30 days after the call; the row’s metadata and ids stay.
Seller storefronts
Storefronts have the same two views:- MCP:
list_storefront_activity(viewchangesorcalls,period,filter,resourceId,outcome,cursor) andget_storefront_activity_callfor one call’s detail. - REST:
GET /api/v2/storefront/activity(the full view, withtab,period,filter,resourceId,outcomeandcursor), andGET /api/v2/storefront/audit-logs(Changes only:period, default30d;resourceType;action;resourceId;limit1–200, default 50).
STOREFRONT, STOREFRONT_INVENTORY_SOURCE,
ACCEPTANCE_POLICY, OPERATING_INSTRUCTIONS, RFP and APPROVAL.