v1
latestOpenAPI 3.1.02026-07-2665179189.7 KBWorkspaces
List workspaces
⚠️ This endpoint is in public preview.
List all workspaces for the authenticated account.
get/preview/v2/workspaces
Query parameters
idResourcePathOrIdWorkspaceId[]
Filter by workspace ID, resource path, or name (repeatable).
[ "wksp_k3R-nX9vLm7Qp2Yw5Jd8F" ]
Response
List of workspaces.
Example response
{
"data": [
{
"id": "wksp_k3R-nX9vLm7Qp2Yw5Jd8F",
"resource_path": "sfc:workspace:<account_id>:<name>",
"owner": "my-resource-name",
"name": "my-resource-name",
"created_at": 1738972800
}
]
}