v1

latestOpenAPI 3.0.02026-07-26392662.9 KB
Segments

List all segments in a workspace

get/v1/workspaces/{workspaceUuid}/segments

Path parameters

workspaceUuidstring uuid required
Example:123e4567-e89b-12d3-a456-426614174000

The UUID of the workspace

Response

List of segments

uuidstring uuid
namestring

Example response

[
  {
    "uuid": "123e4567-e89b-12d3-a456-426614174000",
    "name": "Segment name"
  }
]