bd5a5f406bca
List role-play sessions with pagination
Query parameters
Array of IDs to filter results. To skip this filter, omit the key entirely from your JSON. Never write the bare word undefined (that is invalid JSON). Empty arrays and null are also treated as omission.
Page number starting from 1.
Limit for the number of results per page.
Optional. Restrict sessions to a specific organization. Omit to use the current user organization.
Optional. Restrict sessions to specific learner IDs. Omit to include sessions from all learners.
Optional. Restrict sessions to specific mission reference IDs. Omit to include all missions.
Optional. Restrict sessions to specific parent track IDs. Omit to include all tracks.
Optional. Filter sessions by state. Omit to include sessions in any state.
Optional. Lower bound (inclusive) of session creation date, ISO 8601. Omit for no lower bound.
Optional. Upper bound (exclusive) of session creation date, ISO 8601 — sessions strictly before this instant are returned. Omit for no upper bound.
Optional. Lower bound (inclusive) of session completion time (completedAt, falling back to createdAt) for completed sessions, ISO 8601. Omit for no lower bound.
Optional. Filter sessions by mission title (substring match). Omit to include sessions regardless of mission title.
Optional. Restrict sessions to specific scorecard reference IDs. Omit to include all scorecards.