Skip to main content
GET
List platform tasks

Authorizations

Authorization
string
header
required

Organisation API key created in Assess → Developer → API Keys. Format: Bearer ct_live_<your-key> (live) or Bearer ct_test_<your-key> (test). Optional per-key CIDR allowlists return 403 IP_NOT_ALLOWED.

Query Parameters

cursor
string

Opaque pagination cursor — pass the value from next to fetch the next page.

difficulty
string

Filter by difficulty

page_size
integer

Results per page, max 100 (default 20).

Match title or case_number

track
string

Filter by track slug

type
string

Filter by submission_type

Response

next
string | null
required
previous
string | null
required
results
object[]
required
Last modified on August 27, 2026