Skip to main content
GET
List the mock tools in a project

Authorizations

Authorization
string
header
required

OAuth access token issued by Cekura for connected apps.

Query Parameters

page
integer

A page number within the paginated result set.

page_size
integer

Number of results to return per page.

Filter by tool name; matches with or without the c_ prefix.

project_id
integer

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

agent_id
integer

Tenant scope. Supply one of project_id, agent_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
count
integer
required
Example:

123

results
object[]
required
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"