Event sets
Create event set
This endpoint can be used to create an event set that can later be paginated through with a cursor. The set will be persisted and available for pagination for approximately 24 hours.
When creating the event set the events may not be immediately available. Check the status property to determine if the events are available.
- If in_progress, periodically check GET /event_sets/{id} until status is finished.
- If finished, events will contain the events, and cursor will contain the cursor used to paginate the set.
post/event_sets
Request body
Response
OK
Changes
No recorded changes to this endpoint across all 1 revision of this API.