Get a meeting's agenda
Returns the meeting’s agenda as a hierarchical tree of items, nested by parent into children and ordered as published. Not paginated — the full tree is returned in one call. If the meeting has more than one agenda, the most recently updated is returned. Returns 404 if the meeting does not exist, your API key is not entitled to it, or it has no agenda (has_agenda on the meeting list tells you in advance).
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The meeting's public uuid.
"9a1c2b3d-4e5f-6071-8293-a4b5c6d7e8f9"
Response
The meeting's agenda as a hierarchical tree.
The agenda's public identifier.
"7b44c1e2-..."
The meeting's public identifier; matches the path.
"9a1c..."
ISO-8601 UTC timestamp.
"2026-05-19T18:00:00.000Z"
ISO-8601 UTC timestamp.
"2026-05-19T18:00:00.000Z"
Top-level items (those with no parent), ordered.