experiments
List all experiments accessible to the authenticated user.
Returns a summary view of experiments including their current status, allowing users to track multiple experiments and identify those requiring attention. Results are sorted by creation date (newest first) and filtered based on the userβs organization access permissions.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Maximum number of items to return (default: 50)
Number of items to skip (default: 0)
Filter by created_at <= value
Filter by created_at >= value
Filter by created_at < value
Filter by created_at > value
Filter by created_at = value
Response
200 - application/json
Successfully retrieved experiment list
Container for a list of experiment summaries.
Returns experiments accessible to the authenticated user.