List meetings for organization
Get light metadata for notetaker meetings owned by the organization. Results are paginated using cursor-based pagination. Meetings are sorted by creation date (newest first) for consistent ordering. Use the optional from query parameter to specify a meeting ID to start from (inclusive). If omitted, starts from the newest meeting. Use the optional pageSize parameter to control how many meetings to return (2-100, default 100). The hasMore field indicates if there are additional meetings available. The total field shows the total number of meetings in the organization. This endpoint can be used to loop through all meetings and get full meeting details one-by-one using the meeting/ endpoint. Authenticate using Bearer token with your Noux API key.
Authorizations
Noux API key from your integration settings
Headers
Bearer token with Noux API key
Query Parameters
Optional meeting ID to start from (inclusive). The specified meeting will be included in the results. Must belong to your organization.
Number of meetings per page. Must be between 2 and 100. Default is 100.
^\d+$Response
Meetings list retrieved successfully