Get a specific notebook by ID
cURL
curl --request GET \ --url https://s-server-demo.siftd.ai/api/workspaces/{workspace_id} \ --header 'Authorization: Bearer <token>'
{ "current_user_role": "<string>", "name": "<string>", "parent_workspace_id": "<string>", "workspace_id": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Workspace ID
Organization ID
OK
A workspace within an organization. All connections, notebooks, and sessions belong to a workspace.
Was this page helpful?