v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-01140309549.5 KB
projects
plots

List plots for a project

List all plots for a project. If the project is public, then the user does not need to be authenticated. If the project is private, then the user must be authenticated and have view permissions for the project, or provide a valid project key for the project. By default, the plots are sorted in their index order. The HTTP response header X-Total-Count contains the total number of plots.

get/v0/projects/{project}/plots

Path parameters

projectstring required

The slug or UUID for a project.

Query parameters

direction'asc' | 'desc'

The direction to sort by. If not specified, the default sort direction is used.

pageinteger nullable

The page number to return. If not specified, the first page is returned.

per_pageinteger nullable

The number of items to return per page. If not specified, the default number of items per page (8) is used.

'index'

Sort by plot index.

OR
'title'

Sort by plot title.

The field to sort by. If not specified, the default sort field is used.

searchstring

Search by plot title or UUID.

titlestring

Filter by plot title, exact match.

Response

successful operation

benchmarksBenchmarkUuid[] required
branchesBranchUuid[] required
createdstring date-time required
lower_boundaryboolean required
lower_valueboolean required
measuresMeasureUuid[] required
modifiedstring date-time required
projectstring uuid required
testbedsTestbedUuid[] required
titlestring
upper_boundaryboolean required
upper_valueboolean required
uuidstring uuid required
windowinteger required
x_axis'date_time' | 'version' required