list_organization_events
Retrieve events for an organization by ID, filtering by status like live, draft, ended, or all. Sort results and paginate with continuation tokens to manage event listings.
Instructions
List events for an organization. status options: 'live', 'draft', 'canceled', 'ended', 'all'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | live | |
| order_by | No | start_desc | |
| continuation | No | ||
| organization_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |