Skip to main content
GET
List scenarios

Authorizations

Authorization
string
header
required

API key created in Settings > API.

Format: exec_live_ followed by 40 alphanumeric characters.

Query Parameters

page
integer
default:1

Page number (1-indexed)

Required range: x >= 1
page_size
integer
default:50

Number of results per page (max 100)

Required range: 1 <= x <= 100
owner_email
string<email>

Filter by scenario owner's email address

visible_to_email
string<email>

Filter by who can access the scenario (checks owner, user shares, group shares, workspace shares)

visibility
enum<string>

Filter by visibility scope

Available options:
private,
workspace
include_archived
boolean
default:false

Include archived scenarios in results

skill_ids
string

Comma-separated skill IDs to filter by

collection_ids
string

Comma-separated collection IDs to filter by

include
string

Comma-separated list of optional data to include. Available values: skills (list of skills evaluated by each scenario).

Example:

"skills"

Response

List of scenarios

data
object[]
pagination
object