Skip to main content
GET
List scenario folders

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.

project_id
integer
required

Project ID to list folders for

parent_path
string

Parent folder path to get direct children only. Example: "Sales.Inbound"

Search folders by name (case-insensitive)

agent_id
integer

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

assistant_id
string

Tenant scope. Supply one of agent_id, project_id, assistant_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"