List platform tasks
Public API — Tasks
List platform tasks
Browse the curated Praxicraft platform task library available for assessments. Returns safe metadata only (no hidden tests or solutions).
Required scope:
assessments:read
Responses
| Status | When |
|---|---|
200 | Paginated platform task summaries |
Authentication & rate limits (all endpoints)
| Status | Code | When |
|---|---|---|
401 | INVALID_API_KEY | Missing or invalid bearer token |
401 | EXPIRED_API_KEY | API key past its optional expires_at |
403 | INSUFFICIENT_SCOPE | API key lacks the required scope for this operation |
403 | IP_NOT_ALLOWED | Client IP is outside this key’s CIDR allowlist |
429 | RATE_LIMITED | Rate limit exceeded — plan-tiered reads/writes per organisation per hour |
GET
List platform tasks
Authorizations
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
Opaque pagination cursor — pass the value from next to fetch the next page.
Filter by difficulty
Results per page, max 100 (default 20).
Match title or case_number
Filter by track slug
Filter by submission_type
Last modified on August 27, 2026