How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Baserow Workspaces API

The Workspaces API from Baserow — 14 operation(s) for workspaces.

Baserow Workspaces API is one of 58 APIs that Baserow publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 1 JSON Schema definition.

Tagged areas include Workspaces. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and 1 JSON Schema.

This API exposes 18 operations across 14 paths, and defines 20 schemas. It is described by OpenAPI 3.0.3, at version 2.2.2.

Requests are made against the base URL https://api.baserow.io.

18 operations 14 paths 20 schemas 3 DELETE5 GET3 PATCH7 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.2.2
Base URL
https://api.baserow.io
Authentication
HTTP Bearer, HTTP Bearer, HTTP Bearer
License
Resource Areas
1

Authentication & Security 3

Baserow Workspaces API declares 3 security schemes for authenticating requests. It accepts HTTP bearer tokens (Token your_token) (Database token). It accepts HTTP bearer tokens (JWT your_token) (JWT). It accepts HTTP bearer tokens (JWT your_token) (UserSource JWT).

Paths & Operations 18

Across 14 paths, the API surfaces 18 operations — 3 DELETE, 5 GET, 3 PATCH, 7 POST. Each is listed below with its method, path, parameters, and response codes.

Workspaces 18
GET
/api/workspaces/
Lists all the workspaces of the authorized user. A workspace can contain multiple applications like a database. Multiple users can have access to a workspace. For example each company could have thei…
list_workspaces → 200
POST
/api/workspaces/
Creates a new workspace where only the authorized user has access to. No initial data like database applications are added, they have to be created via other endpoints.
create_workspace 1 param body → 200
PATCH
/api/workspaces/{workspace_id}/
Updates the existing workspace related to the provided workspaceid parameter if the authorized user belongs to the workspace. It is not yet possible to add additional users to a workspace.
update_workspace 3 params body → 200400404
DELETE
/api/workspaces/{workspace_id}/
Deletes an existing workspace if the authorized user belongs to the workspace. All the applications, databases, tables etc that were in the workspace are going to be deleted also.
delete_workspace 3 params → 204400404
GET
/api/workspaces/{workspace_id}/export/
Lists exports that were created for given workspace.
list_workspace_exports 2 params → 200400404
POST
/api/workspaces/{workspace_id}/export/async/
Export workspace or set of applications application if the authorized user is in the application's workspace. All the related children are also going to be exported. For example in case of a database…
export_workspace_applications_async 2 params → 202400404
DELETE
/api/workspaces/{workspace_id}/import/{resource_id}/
Delete a resource. This endpoint mark as ready for deletion the specified resource. This operation is not undoable. The user must be the owner of the resource to perform this action.
import_export_resource 2 params → 204400404
POST
/api/workspaces/{workspace_id}/import/async/
Import a set of applications included in a given resource if the authorized user is in the specified workspace. This endpoint requires a valid resourceid of the uploaded file.
import_workspace_applications_async 2 params → 202400404
POST
/api/workspaces/{workspace_id}/import/upload-file/
Uploads an exported workspace or a set of applications if the authorized user is in the workspace. The uploaded file must be a valid ZIP file containing the applications' data for future import.
import_resource_upload_file 2 params → 202400404
POST
/api/workspaces/{workspace_id}/leave/
Makes the authenticated user leave the workspace related to the provided workspaceid if the user is in that workspace. If the user is the last admin in the workspace, they will not be able to leave i…
leave_workspace 1 param → 204400404
GET
/api/workspaces/{workspace_id}/permissions/
Returns a the permission data necessary to determine the permissions of a specific user over a specific workspace. See core.handler.CoreHandler.getpermissions() for more details.
workspace_permissions 1 param → 200404
GET
/api/workspaces/{workspace_id}/settings/generative-ai/
Returns the generative AI models settings for the given workspace.
get_workspace_generative_ai_models_settings 1 param → 200
PATCH
/api/workspaces/{workspace_id}/settings/generative-ai/
Updates the generative AI models settings for the given workspace.
update_workspace_generative_ai_models_settings 2 params body → 200400404
POST
/api/workspaces/create-initial-workspace/
Creates an initial workspace. This is typically called after the user signs up and skips the onboarding in the frontend. It contains some example data.
create_initial_workspace → 200
POST
/api/workspaces/order/
Changes the order of the provided workspace ids to the matching position that the id has in the list. If the authorized user does not belong to the workspace it will be ignored. The order will be cus…
order_workspaces 2 params body → 204
PATCH
/api/workspaces/users/{workspace_user_id}/
Updates the existing workspace user related to the provided workspaceuserid param if the authorized user has admin rights to the related workspace.
update_workspace_user 1 param body → 200400404
DELETE
/api/workspaces/users/{workspace_user_id}/
Deletes a workspace user if the authorized user has admin rights to the related workspace.
delete_workspace_user 1 param → 204400404
GET
/api/workspaces/users/workspace/{workspace_id}/
Lists all the users that are in a workspace if the authorized user has admin permissions to the related workspace. To add a user to a workspace an invitation must be sent first.
list_workspace_users 3 params → 200400404

Schemas 20

The contract defines 20 schemas that model the data the API accepts and returns. The most detailed are ListWorkspaceUsersWithMemberData (12 properties), ImportApplicationsJobTypeResponse (10 properties), ExportApplicationsJobTypeResponse (10 properties), WorkspaceUser (9 properties). Each schema is shown below with its type and property counts.

PatchedUpdateWorkspaceUser
object
1 property
OpenRouterSettings
object
3 properties
GenerativeAISettings
object
5 properties
OpenAISettings
object
4 properties
ListWorkspaceUsersWithMemberData
object
Mixin to a DRF serializer class to raise an exception if data with unknown fields is provided to the serializer.
12 properties 8 required
Workspace
object
3 properties 3 required
WorkspaceUserEnterpriseTeam
object
A serializer for the WorkspaceUserSerializer.teams field.
2 properties 2 required
MistralSettings
object
2 properties
WorkspaceUser
object
9 properties 8 required
PatchedGenerativeAISettings
object
5 properties
ImportResource
object
3 properties 2 required
ListExportWorkspaceApplications
object
1 property 1 required
ImportApplicationsJobTypeResponse
object
10 properties 9 required
WorkspaceUserWorkspace
object
This serializers includes relevant fields of the Workspace model, but also some WorkspaceUser specific fields related to the workspace user relation. Additiona…
7 properties 7 required
OrderWorkspaces
object
1 property 1 required
OllamaSettings
object
2 properties
AnthropicSettings
object
2 properties
PatchedWorkspace
object
3 properties
PermissionObject
object
2 properties 2 required
ExportApplicationsJobTypeResponse
object
10 properties 9 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

baserow-workspaces-api-openapi.yml Raw ↑

Other APIs Baserow publishes across the network.

Baserow Admin API
Baserow Admin data scanner API
Baserow AI Assistant API
Baserow Applications API
Baserow Audit log API
Baserow Auth API
Baserow Automation history API
Baserow Automation nodes API
Baserow Automation workflows API
Baserow Builder data sources API
Baserow Builder domains API
Baserow Builder elements API
Where this information came from

This is an independent, third-party profile of Baserow Workspaces API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.