Skip to main content
GET
List assessment 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.

Path Parameters

slug
string
required

Query Parameters

cursor
string

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

page_size
integer

Results per page, max 100 (default 20).

Response

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