GET /experiment_summaries

Summaries of Experiments and Campaigns in a Project

Servers

Query parameters

Name Type Required Description
page Integer No

Optional pagination argument that specifies the page to return. If you have 140 objects and you choose to return 100 objects per page you will be able to access the last 40 objects on page 2. The default value is 1.

Default value: 1

order String No

The order to sort with.

Valid values:

  • "desc"
  • "asc"

Default value: "asc"

project_id Integer Yes

Return Experiments and Campaigns for specified project.

archived Boolean No

Whether or not to include archived entities. If this parameter is not provided it will default to false and no archived entities will be included. Supersedes status filter.

Default value: false

per_page Integer No

Optional pagination argument that specifies the maximum number of objects to return per request

Default value: 25

sort String No

The column to sort by.

Valid values:

  • "name"
  • "last_modified"
status String No

Filters search results by the current status of the entity. Specifying multiple statuses will search for entities with ANY of those statuses.

Valid values:

  • "not_started"
  • "archived"
  • "paused"
  • "running"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.