List workspaces
List workspaces
Returns every workspace in the account. A workspace is the container that groups projects and the people who work on them. The call takes no paging parameters, so one request yields the whole set.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
curl --request GET \
--url https://realtime-api.voiceflow.com/v1/stable/workspace \
--header 'Authorization: Bearer <token>'{
"workspaces": [
{
"id": "<string>",
"name": "<string>",
"image": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"organizationID": "<string>"
}
]
}Returns every workspace in the account. A workspace is the container that groups projects and the people who work on them. The call takes no paging parameters, so one request yields the whole set.
curl --request GET \
--url https://realtime-api.voiceflow.com/v1/stable/workspace \
--header 'Authorization: Bearer <token>'{
"workspaces": [
{
"id": "<string>",
"name": "<string>",
"image": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z",
"organizationID": "<string>"
}
]
}Was this page helpful?