Skip to main content

Get Workspace

GET 

/api/v1/workspace/by_workspace_id/:workspace_id

Get Workspace from user.

Path Args

workspace_id (str): ID of the workspace to be retrivied.

Authorization: Bearer api_key

Returns

WorkspaceInDBBaseSchema: { "name": "Bot inteligente de QA", "slug": "botaiqa", "id": "ckasokq6g0000yvxuigfa2agy", "created_at": "2021-03-02T13:28:54.589000", "updated_at": "2022-08-02T09:48:54.000000", "org_id": "5527999000000", "bucket": "workspace-xxxx-bucket" }

Request

Responses

Successful Response