List coding tasks
Coding Interviews
List coding tasks
List the coding task bank, filterable by difficulty, topic, and programming language. Paginated; size defaults to 20 and is capped at 100.
GET
List coding tasks
Authorizations
Provide the API key issued to you by your organization admin. Send it as Authorization: Bearer <api-key> on every request.
Query Parameters
Page index (1-based).
Required range:
x >= 1Number of tasks per page. Maximum is 100.
Required range:
1 <= x <= 100Filter by difficulty.
Available options:
EASY, MEDIUM, HARD Comma-separated list of topics to filter by — each a slug or name from GET /coding-topics.
Comma-separated list of programming languages to filter by — each a slug or name from GET /coding-languages.
Free-text search across task title and slug.