Get a workspace by IDAsk AIget https://{hostname}/v1/workspaces/{workspace_id}Use this endpoint to retrieve a specific workspace by ID.Path Paramsworkspace_idintegerrequiredThe unique ID of the workspace.Headersx-oneflow-api-tokenstringrequiredlength between 40 and 40The API key of your Oneflow account.x-oneflow-user-emailstringThe email address of a registered Oneflow user.Responses 200Returns the requested workspace. 400Invalid format or content of the request. 401The API token or the user email is invalid. 404A required entity is missing.Updated 7 months ago