Get layers

GET
/api/v2/projects/:projectKey/layers

Get a collection of all layers for a project

Path parameters

projectKeystringRequired

The project key

Query parameters

filterstringOptional

A comma-separated list of filters. This endpoint only accepts filtering by experimentKey. The filter returns layers which include that experiment for the selected environment(s). For example: filter=reservations.experimentKey contains expKey.

Response

Layer Collection response

itemslist of objects

The layers in the project

totalCountinteger

The total number of layers in the project

Errors

Built with