List meetings
Returns a cursor-paginated list of the meetings under the locations your API key is entitled to, ordered by last update (oldest first) so you can sync incrementally. Page forward by passing the previous response’s next_cursor as cursor. Pass updated_since to return only meetings changed at or after that time; it composes with the cursor. Optionally restrict to a single government body with government_body_uuid.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of items to return per page.
1 <= x <= 10050
Opaque pagination cursor from a previous response's next_cursor. Omit for the first page.
"eyJ1IjoiMjAyNi0wNS0wMSAxODoyMjoxMCIsImkiOjQyfQ"
Inclusive lower bound on updated_at (ISO-8601 with a UTC Z or numeric offset, e.g. 2026-05-01T18:22:10Z). Returns only records changed at or after this time, ordered and paged exactly like a normal request — pass it alongside cursor to sync incrementally. A malformed or offset-less timestamp returns 400.
"2026-05-01T18:22:10Z"
Restrict the list to meetings of this government body. The body must be under one of your entitled locations; an unknown or un-entitled uuid returns 404.
"c30d2f7e-9a1b-4c5d-8e6f-0a1b2c3d4e5f"