Get Interview Questions
Interview Questions
Get Interview Questions
Retrieve a paginated list of interview questions filterable by role, level, and category
GET
Get Interview Questions
Endpoint
http://localhost:3000/api/v1
This endpoint requires Job Seeker authentication.
Headers
Query Parameters
Filter by role. -
FRONTEND - BACKEND - DEVOPS - DATA_ENGINEER - SYSTEMS_ENGINEERFilter by experience level. -
JUNIOR - MID - SENIORFilter by question category. -
TECHNICAL - PROBLEM_SOLVING - BEHAVIORALPage number (default: 1).
Items per page (default: 20).
Request Examples
All questions (paginated)
Filter by role only
Filter by role + level
Filter by role + level + category
Role-specific examples
Response
Success Response (200 OK)
Response Fields
Array of interview questions.
Total number of questions matching the filters.
Current page number.
Items per page.
Total number of pages.
