Skip to main content
GET
List coding tasks

Authorizations

Authorization
string
header
required

Provide the API key issued to you by your organization admin. Send it as Authorization: Bearer <api-key> on every request.

Query Parameters

page
integer
default:1

Page index (1-based).

Required range: x >= 1
size
integer
default:20

Number of tasks per page. Maximum is 100.

Required range: 1 <= x <= 100
difficulty
enum<string>

Filter by difficulty.

Available options:
EASY,
MEDIUM,
HARD
topics
string

Comma-separated list of topics to filter by — each a slug or name from GET /coding-topics.

languages
string

Comma-separated list of programming languages to filter by — each a slug or name from GET /coding-languages.

q
string

Free-text search across task title and slug.

Response

Paginated list of coding tasks.

success
boolean
Example:

true

data
object