v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439243197.0 KB

Lists events for a specified participant that occurred during a specified stage session.

post/ListParticipantEvents

Request body

stageArnstring required

Stage ARN.

sessionIdstring required

ID of a session within the stage.

participantIdstring required

Unique identifier for this participant. This is assigned by IVS and returned by <a>CreateParticipantToken</a>.

nextTokenstring

The first participant event to retrieve. This is used for pagination; see the <code>nextToken</code> response field.

maxResultsinteger

Maximum number of results to return. Default: 50.

Response

Success

nextTokenstring

If there are more events than <code>maxResults</code>, use <code>nextToken</code> in the request to get the next set.