get https://{hostname}/v1/workspaces/
Use this endpoint to retrieve a specific workspace by ID.
Responses
400Invalid format or content of the request.
401The API token or the user email is invalid.
404A required entity is missing.
Use this endpoint to retrieve a specific workspace by ID.
400Invalid format or content of the request.
401The API token or the user email is invalid.
404A required entity is missing.
xxxxxxxxxx
curl --request GET \
--url https://api.oneflow.com/v1/workspaces/workspace_id \
--header 'accept: application/json'