List assessment questions
Assessments
List Questions
Returns a paginated list of questions for a specific assessment.
GET
List assessment questions
Documentation Index
Fetch the complete documentation index at: https://v4-docs.alfaone.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Format: ak_live_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Path Parameters
Unique identifier of the assessment
Query Parameters
Page number (1-indexed)
Required range:
x >= 1Number of items per page (max 100)
Required range:
1 <= x <= 100Field to sort by
Available options:
order, created_at, points Sort direction
Available options:
asc, desc