List experiments
Experiments
List experiments
Retrieves a paginated list of experiments with optional filtering.
GET
List experiments
Authorizations
Your unique Avido API key
Your unique Avido Application ID
Query Parameters
Number of items to skip before starting to collect the result set.
Required range:
0 <= x <= 9007199254740991Example:
0
Number of items to include in the result set.
Required range:
1 <= x <= 100Example:
25
Field to order the result set by.
Available options:
createdAt, modifiedAt, title, status, assignee, id Example:
"createdAt"
Order direction.
Available options:
asc, desc Example:
"desc"
Filter by experiment status
Available options:
DRAFT, BASELINE_PENDING, BASELINE_RUNNING, BASELINE_COMPLETED, BASELINE_FAILED, VARIANT_RUNNING, IDLE, COMPLETED, ARCHIVED Example:
"DRAFT"
Exclude experiments with this status
Available options:
DRAFT, BASELINE_PENDING, BASELINE_RUNNING, BASELINE_COMPLETED, BASELINE_FAILED, VARIANT_RUNNING, IDLE, COMPLETED, ARCHIVED Example:
"ARCHIVED"