List workspaces
List all workspaces.
Org is the organisation identifier.
iptProject is the project identifier.
bfLimit is the number of records to return for a page.
30Example: 30Page is the page number to return relative to the page 'limit'.
1Example: 1Filter results by partial name match
""Example: mystaSort order for results
name,ASCExample: updated,DESCPossible values: Status of the execution
["Nulla libero.","Ullam eius nisi non excepturi.","Inventore earum quasi pariatur architecto aut veritatis.","Voluptas aut."]Comma separated list of tags to filter by
["Consequatur perspiciatis.","Perferendis assumenda id quaerat.","Quas suscipit non temporibus.","Corporis placeat optio."]Account is the internal customer account ID.
sOK response.
BadRequestError: Bad Request response.
UnauthorizedError: Unauthorized response.
ForbiddenError: Forbidden response.
NotFoundError: Not Found response.
TimeoutError: Request Timeout response.
ConflictError: Conflict response.
LockedError: Locked response.
ContextCancelledError: response.
InternalServerError: Internal Server Error response.
BadGatewayError: Bad Gateway response.
GET /api/orgs/{org}/projects/{project}/workspaces HTTP/1.1
Host: localhost:80
Harness-Account: s
Accept: */*
[
{
"account": "s",
"created": 1799259019767930600,
"description": "this is a more detailed explanation of the resource.",
"identifier": "f",
"name": "resource name",
"org": "qr5",
"project": "15",
"status": "inactive",
"updated": 6204310867044018000
},
{
"account": "s",
"created": 1799259019767930600,
"description": "this is a more detailed explanation of the resource.",
"identifier": "f",
"name": "resource name",
"org": "qr5",
"project": "15",
"status": "inactive",
"updated": 6204310867044018000
}
]Last updated
Was this helpful?