v51

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

List testbeds for a project

List all testbeds 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 testbeds are sorted in alphabetical order by name. The HTTP response header X-Total-Count contains the total number of testbeds.

get/v0/projects/{project}/testbeds

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.

sort'name'

Sort by testbed name.

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

archivedboolean nullable

If set to true, only returns archived testbeds. If not set or set to false, only returns non-archived testbeds.

namestring

Filter by testbed name, exact match.

searchstring

Search by testbed name, slug, or UUID.

Response

successful operation

archivedstring date-time
createdstring date-time required
modifiedstring date-time required
namestring required
projectstring uuid required
slugstring required
uuidstring uuid required