30 days free. No credit card. Full access from the moment you connect your site.

Start free trial

Get Attendee Summary

Most questions about attendees are questions about numbers: how many are coming, how many have arrived, how it splits across ticket types.

tickets/get-attendee-summary answers all of those and discloses nothing about any individual.

At a glance

Abilitytickets/get-attendee-summary
ToolsetEvent Tickets — toolset/event-tickets
GroupEvent Tickets › Attendees
RequiresEvent Tickets, active on the site
Capabilitymanage_options
SafetyRead-only — changes nothing
RepeatableIdempotent — running it twice leaves the same result
Ships inAcrossAI Abilities Manager 0.0.34 and later

How it works

This is the ability to reach for by default. It carries no personal data at all, so it is safe to run in a shared conversation, paste into a ticket, or put on a dashboard.

tickets/list-attendees exists for when you genuinely need the people rather than the count — and it makes you ask for that explicitly.

The check-in figure is the live one, which makes this the right call during an event as well as before it.

Input

NameTypeRequiredWhat it is
post_idintegerYesThe event, page or other ticketed post.

What comes back

NameTypeWhat it is
summaryobjectTotal attendees, checked-in count, and the breakdown per ticket.
successbooleanWhether the call completed.
messagestringA one-line summary of what happened, suitable for showing a human.
error_codestringPresent only on failure — a stable machine-readable reason, such as a missing field, a wrong field type or an unmet confirmation.

Example

Ask your assistant:

How many people are coming to this event, and how many have arrived?

It resolves to one call:

{
  "ability": "tickets/get-attendee-summary",
  "parameters": {
    "post_id": 412
  }
}

Worth knowing

  • No personal data, by construction. Prefer it over listing attendees.
  • Attendee count is not the same as tickets sold — one order can carry several attendees.
  • Safe to run repeatedly during an event to watch check-ins.

Related abilities


Get the plugins:
AcrossAI Abilities Manager · AcrossAI MCP Manager

Browse the rest: Every ability, by category


Keep reading