Skip to main content
GET
List test results

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Query Parameters

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

agent_id
integer

Filter by agent ID

project_id
integer

Filter by project ID

Filter by Result name

scenarios
string

Filter by scenario IDs — comma-separated string (e.g. '24270,24271'), not a JSON array.

assistant_id
string

Tenant scope. Supply one of agent_id, assistant_id, project_id when authenticating with a user session or OAuth bearer token; omit when using an API key already scoped to the tenant.

Response

200 - application/json
results
object[]
required
count
integer

Only present when the request passes include_count=true. Capped at 10000: when count_capped is true, the true total exceeds 10000.

Example:

123

count_capped
boolean

Only present alongside count.

Example:

false

next
string<uri> | null
Example:

"https://api.cekura.ai/example/v1/example-external/?page=4"

previous
string<uri> | null
Example:

"https://api.cekura.ai/example/v1/example-external/?page=3"