v44

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-20129390589.6 KB
Workspaces

List workspaces

⚠️ This endpoint is in public preview.

List all workspaces for the authenticated account.

get/preview/v2/workspaces

Query parameters

idSfcApiResourcePathOrIdWorkspaceId[]

Filter by workspace ID, resource path, or name (repeatable).

[
  "wksp_k3R-nX9vLm7Qp2Yw5Jd8F"
]

Response

List of workspaces.

object'list' required
has_moreboolean required

Example response

{
  "object": "list",
  "data": [
    {
      "id": "wksp_k3R-nX9vLm7Qp2Yw5Jd8F",
      "resource_path": "sfc:workspace:<account_id>:<name>",
      "owner": "my-resource-name",
      "name": "my-resource-name",
      "object": "workspace",
      "created_at": 1738972800
    }
  ]
}