The Metadata API is in beta and is subject to changes including access.
Getting Started with the Metadata API
Generate an Access Token
An access token is required for any request you send to the Metadata API.Before you proceed
Generating an access token requires giving it specific permissions regarding what it can access. Make sure to review available scopes before proceeding. Token Scopes Reference1
Click the profile icon in the lower-left corner and choose Instances

2
Click ⚙️ next to your instance and choose Metadata API from the panel that opens
3
Click 'Manage Access Tokens'

4
Click 'New Access Token'

5
Give your access token a name
Access tokens can have different scopes, or permissions, defined. Giving each access token a recognizable name is important for you to quickly recognize which access tokens are created for specific purposes.
6
Select the expiry for your access token
By default, Xano will revoke your Metadata API access token after 7 days, which means if you need to access the API again, you would have to generate a new token.You can choose your own expiry duration; anything from 1 hour to never expire.
Use caution when defining extended expiry or setting tokens to never expire. Token rotation is good security practice.You can always revoke a token at any time.
7
Define the scopes for your token
The scopes tell Xano what this token has access to. Each scope has 4 options:C (Create) - Determines whether or not this token can create new dataR (Read) - Determines whether or not this token can read existing dataU (Update) - Determines whether or not this token can update existing dataD (Delete) - Determines whether or not this token can delete data.Each scope has their own API endpoints associated with them. If you aren’t sure which scopes you need for this token, use the reference below for additional information.
HintYou can hover over each permission to quickly add or remove all four types of scope.

Scope | Description |
---|---|
Database | Access any of the content in your Xano database |
Content | Access any content outside of the database or function stacks, such as branches, data sources, and realtime |
Live Data Source | Access the data inside of your currently live data source |
API Groups | Access API Groups and APIs |
Functions | Access custom functions |
Addons | Access addons |
Task | Access background tasks |
Files | Access file storage |
Request History | Access request history |
8
Once you've set up your token, click button to copy it to your clipboard.


You will only be shown this token once, so make sure to copy it and store it in a safe place.If you lose the token, you should revoke it and create a new one.
Using your Access Token in Requests
The token should be sent as a header in the following format:Revoking an Access Token
When you access the metadata API panel, you can review all of your currently issued tokens and their scopes. By choosing a token and clicking
The Account API
The Account API allows you access to various settings and information about your Xano account.Please use extreme caution when sharing your Metadata API access tokens, as they can provide access to all of your Xano data.
Account API Endpoints
Account Information
Account Information
Validate the Access Token and identify the account details.
gethttps://app.xano.com/api:meta/auth/meValidate the Access Token and identify the account details. Authentication: requiredAuthorizationsResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/auth/meHTTPbrowse instances
gethttps://app.xano.com/api:meta/instancebrowse instances Authentication: requiredAuthorizationsResponses200Success!application/jsonResponseobject[]Show properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/instanceHTTPInstances
Instances
get instance
gethttps://app.xano.com/api:meta/instance/{name}get instance Authentication: requiredAuthorizationsPath parametersnamestringRequiredResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/instance/{name}HTTPbrowse instances
gethttps://app.xano.com/api:meta/instancebrowse instances Authentication: requiredAuthorizationsResponses200Success!application/jsonResponseobject[]Show properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/instanceHTTPSnippets
Snippets
list snippets owned by the authenticated user
gethttps://app.xano.com/api:meta/snippetlist snippets owned by the authenticated user Authentication: requiredAuthorizationsQuery parameterspageinteger · int64OptionalResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/snippetHTTPupdate settings on the snippet
posthttps://app.xano.com/api:meta/snippet/{canonical}update settings on the snippet Authentication: requiredAuthorizationsPath parameterscanonicalstringRequiredBodyapplication/jsoninstall_accessstring · enumRequiredPossible values:public``link``token
install_access_descriptionstringRequiredResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/snippet/{canonical}HTTPget a specific snippet by ID
gethttps://app.xano.com/api:meta/snippet/{canonical}get a specific snippet by ID Authentication: requiredAuthorizationsPath parameterscanonicalstringRequiredResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/snippet/{canonical}HTTPcreates a new install token on the snippet
posthttps://app.xano.com/api:meta/snippet/{canonical}/tokencreates a new install token on the snippet Authentication: requiredAuthorizationsPath parameterscanonicalstringRequiredBodyapplication/jsonmax_installsinteger · int64RequiredResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/snippet/{canonical}/tokenHTTPreturns a list of tokens for a snippet
gethttps://app.xano.com/api:meta/snippet/{canonical}/tokenreturns a list of tokens for a snippet Authentication: requiredAuthorizationsPath parameterscanonicalstringRequiredResponses200Success!application/jsonResponseobject[]Show properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/snippet/{canonical}/tokenHTTPupdates a snippet token
posthttps://app.xano.com/api:meta/snippet/{canonical}/token/{token}updates a snippet token Authentication: requiredAuthorizationsPath parameterscanonicalstringRequiredtokenstringRequiredBodyapplication/jsonmax_installsinteger · int64Requiredcurrent_installsinteger · int64RequiredResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/snippet/{canonical}/token/{token}HTTPdeletes a snippet token
deletehttps://app.xano.com/api:meta/snippet/{canonical}/token/{token}deletes a snippet token Authentication: requiredAuthorizationsPath parameterscanonicalstringRequiredtokenstringRequiredResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errordelete/snippet/{canonical}/token/{token}HTTPThe Instance API
The Instance API allows you to access data inside of your Xano instances, such as your database, files, and function stacks.API Groups
API Groups
get workspace API group
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/apigroup/{apigroup_id}get workspace API group Authentication: required Required API Scope: Workspace Api: ReadAuthorizationsPath parametersworkspace_idinteger · int64Requiredapigroup_idinteger · int64RequiredResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/apigroup/{apigroup_id}HTTPadd workspace API group
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/apigroupadd workspace API group Authentication: required Required API Scope: Workspace Api: CreateAuthorizationsPath parametersworkspace_idinteger · int64RequiredBodyapplication/jsonbranchstringOptionalnamestringRequireddescriptionstringRequireddocsstringOptionalswaggerbooleanRequiredtagstring[] | nullableOptionalResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/apigroupHTTPdelete workspace API group
deletehttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/apigroup/{apigroup_id}delete workspace API group Authentication: required Required API Scope: Workspace Api: DeleteAuthorizationsPath parametersworkspace_idinteger · int64Requiredapigroup_idinteger · int64RequiredResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errordelete/workspace/{workspace_id}/apigroup/{apigroup_id}HTTPupdate workspace API group
puthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/apigroup/{apigroup_id}update workspace API group Authentication: required Required API Scope: Workspace Api: UpdateAuthorizationsPath parametersworkspace_idinteger · int64Requiredapigroup_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringRequireddocsstringOptionalswaggerbooleanRequiredtagstring[] | nullableOptionalResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorput/workspace/{workspace_id}/apigroup/{apigroup_id}HTTPbrowse workspace API groups
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/apigroupbrowse workspace API groups Authentication: required Required API Scope: Workspace Api: ReadAuthorizationsPath parametersworkspace_idinteger · int64RequiredQuery parametersbranchstringOptionalpageinteger · int64Optionalper_pageinteger · int64OptionalsearchstringOptionalsortstring · enumOptionalPossible values:created_at``updated_at``name
orderstring · enumOptionalPossible values: asc``desc
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/apigroupHTTPupdate workspace API group security settings
puthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/apigroup/{apigroup_id}/securityupdate workspace API group security settings Authentication: required Required API Scope: Workspace Api: UpdateAuthorizationsPath parametersworkspace_idinteger · int64Requiredapigroup_idinteger · int64RequiredBodyapplication/jsonguidstringRequiredcanonicalstringRequiredResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorput/workspace/{workspace_id}/apigroup/{apigroup_id}/securityHTTPbrowse API’s in an API group
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/apigroup/{apigroup_id}/apibrowse API’s in an API group Authentication: required Required API Scope: Workspace Api: ReadAuthorizationsPath parametersworkspace_idinteger · int64Requiredapigroup_idinteger · int64RequiredQuery parameterspageinteger · int64Optionalper_pageinteger · int64OptionalsearchstringOptionalsortstring · enumOptionalPossible values:created_at``updated_at``name
orderstring · enumOptionalPossible values: asc``desc
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/apigroup/{apigroup_id}/apiHTTPAPIs
APIs
get workspace API
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/apigroup/{apigroup_id}/api/{api_id}get workspace API Authentication: required Required API Scope: Workspace Api: ReadAuthorizationsPath parametersworkspace_idinteger · int64Requiredapigroup_idinteger · int64Requiredapi_idinteger · int64RequiredResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/apigroup/{apigroup_id}/api/{api_id}HTTPdelete workspace API
deletehttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/apigroup/{apigroup_id}/api/{api_id}delete workspace API Authentication: required Required API Scope: Workspace Api: DeleteAuthorizationsPath parametersworkspace_idinteger · int64Requiredapigroup_idinteger · int64Requiredapi_idinteger · int64RequiredResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errordelete/workspace/{workspace_id}/apigroup/{apigroup_id}/api/{api_id}HTTPupdate workspace api
puthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/apigroup/{apigroup_id}/api/{api_id}update workspace api Authentication: required Required API Scope: Workspace Api: UpdateAuthorizationsPath parametersworkspace_idinteger · int64Requiredapigroup_idinteger · int64Requiredapi_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringRequireddocsstringOptionalverbstring · enumRequiredPossible values:GET``POST``DELETE``PUT``PATCH``HEAD
authobjectOptionaltagstring[] | nullableOptionalcacheobjectOptionalShow propertiesResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorput/workspace/{workspace_id}/apigroup/{apigroup_id}/api/{api_id}HTTPadd workspace API
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/apigroup/{apigroup_id}/apiadd workspace API Authentication: required Required API Scope: Workspace Api: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredapigroup_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringRequireddocsstringOptionalverbstring · enumRequiredPossible values:GET``POST``DELETE``PUT``PATCH``HEAD
tagstring[] | nullableOptionalResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/apigroup/{apigroup_id}/apiHTTPupdate workspace api security settings
puthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/apigroup/{apigroup_id}/api/{api_id}/securityupdate workspace api security settings Authentication: required Required API Scope: Workspace Api: UpdateAuthorizationsPath parametersworkspace_idinteger · int64Requiredapigroup_idinteger · int64Requiredapi_idinteger · int64RequiredBodyapplication/jsonguidstringRequiredResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorput/workspace/{workspace_id}/apigroup/{apigroup_id}/api/{api_id}/securityHTTPWorkspace
Workspace
delete a workspace branch
deletehttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/branch/{branch_label}delete a workspace branch Authentication: required Required API Scope: Instance Workspace: UpdateAuthorizationsPath parametersworkspace_idinteger · int64Requiredbranch_labelstringRequiredResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errordelete/workspace/{workspace_id}/branch/{branch_label}HTTPbrowse workspace branches
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/branchbrowse workspace branches Authentication: required Required API Scope: Instance Workspace: ReadAuthorizationsPath parametersworkspace_idinteger · int64RequiredResponses200Success!application/jsonResponseobject[]Show properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/branchHTTPdelete workspace data source
deletehttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/datasource/{label}delete workspace data source Authentication: required Required API Scope: Instance Workspace: DeleteAuthorizationsPath parametersworkspace_idinteger · int64RequiredlabelstringRequiredResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errordelete/workspace/{workspace_id}/datasource/{label}HTTPupdate workspace data source
puthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/datasource/{label}update workspace data source Authentication: required Required API Scope: Instance Workspace: UpdateAuthorizationsPath parametersworkspace_idinteger · int64RequiredlabelstringRequiredBodyapplication/jsoncolorstringOptionalDefault:#ebc346
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorput/workspace/{workspace_id}/datasource/{label}HTTPbrowse workspace data sources
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/datasourcebrowse workspace data sources Authentication: required Required API Scope: Instance Workspace: ReadAuthorizationsPath parametersworkspace_idinteger · int64RequiredResponses200Success!application/jsonResponseobject[]Show properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/datasourceHTTPcreate workspace data source
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/datasourcecreate workspace data source Authentication: required Required API Scope: Instance Workspace: CreateAuthorizationsPath parametersworkspace_idinteger · int64RequiredBodyapplication/jsonlabelstringRequiredcolorstringOptionalDefault:#ebc346
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/datasourceHTTPexport the database table + branch schema
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/export-schemaLeave thebranch
parameter empty to indicate the current live branch. password
is optional. If provided, will encrypt the export and will be required when importing the file. Required API Scope: Instance Workspace: ReadAuthorizationsPath parametersworkspace_idinteger · int64RequiredBodyapplication/jsonpasswordstringOptionalbranchstringOptionalResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/export-schemaHTTPexport the workspace and content
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/exportLeave thebranch
parameter empty to indicate the current live branch. password
is optional. If provided, will encrypt the export and will be required when importing the file. Required API Scope: Instance Workspace: ReadAuthorizationsPath parametersworkspace_idinteger · int64RequiredBodyapplication/jsonpasswordstringOptionalbranchstringOptionalResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/exportHTTPbrowse workspaces
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspacebrowse workspaces Authentication: requiredAuthorizationsResponses200Success!application/jsonResponseobject[]Show properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspaceHTTPbrowse workspace
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}browse workspace Authentication: required Required API Scope: Instance Workspace: ReadAuthorizationsPath parametersworkspace_idinteger · int64RequiredResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}HTTPTables
Tables
update workspace table’s autocomplete
puthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/autocompleteupdate workspace table’s autocomplete Authentication: required Required API Scope: Workspace Database: UpdateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonautocompleteobject[]OptionalShow propertiesResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorput/workspace/{workspace_id}/table/{table_id}/autocompleteHTTPdelete table content rows in bulk
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/content/bulk/deleteThe request body should contain an array of row_ids, where each id identifies a row to be deleted. Required API Scope: Workspace Content: DeleteAuthorizationsPath parametersworkspace_idstringRequiredtable_idstringRequiredHeader parametersx-data-sourcestringOptionalDefault:live
Bodyapplication/jsonrow_idsstring[]OptionalResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/content/bulk/deleteHTTPupdate table content in bulk
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/content/bulk/patchThe request body should contain an array of items, where each item represents a row to be updated. For each row, provide the row_id and updates array that specifies the columns (path) to update and the new values (value). The example below is assuming that the table being modified has a column labeled name.Required API Scope: Workspace Content: UpdateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredHeader parametersx-data-sourcestringOptionalDefault:live
Bodyapplication/jsonitemsobject[]OptionalShow propertiesResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/content/bulk/patchHTTPcreate new table content in bulk
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/content/bulkEach table has unique schema, which means that the request body should be an array of objects with the schema relevant to the table being used. The example below is assuming that the table has a column labeled “name”.Required API Scope: Workspace Content: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredHeader parametersx-data-sourcestringOptionalDefault:live
Bodyapplication/jsonallow_id_fieldbooleanOptionalitemsobjectRequiredResponses200Success!application/jsonResponseinteger · int64[]400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/content/bulkHTTPdelete table content rows matching search criteria
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/content/search/deleteProvide search criteria to delete all matching rows. Required API Scope: Workspace Content: DeleteAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredHeader parametersx-data-sourcestringOptionalDefault:live
Bodyapplication/jsonsearchobjectOptionalResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/content/search/deleteHTTPpatch table content rows matching search criteria
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/content/search/patchProvide search and update objects with path and new value to patch rows matching search criteria. Required API Scope: Workspace Content: UpdateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredHeader parametersx-data-sourcestringOptionalDefault:live
Bodyapplication/jsonsearchobjectOptionalupdatesobjectOptionalResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/content/search/patchHTTPsearch table content with support for complex filtering and sorting
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/content/searchsearch table content with support for complex filtering and sorting Authentication: required Required API Scope: Workspace Content: ReadAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredHeader parametersx-data-sourcestringOptionalDefault:live
Bodyapplication/jsonpageinteger · int64OptionalDefault: 1
per_pageinteger · int64OptionalDefault: 50
sortobjectOptionalsearchobjectOptionalResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/content/searchHTTPdelete table content
deletehttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/content/{content_id}delete table content Authentication: required Required API Scope: Workspace Content: DeleteAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64Requiredcontent_idstringRequiredHeader parametersx-data-sourcestringOptionalDefault:live
Responses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errordelete/workspace/{workspace_id}/table/{table_id}/content/{content_id}HTTPget table content
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/content/{content_id}get table content Authentication: required Required API Scope: Workspace Content: ReadAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64Requiredcontent_idstringRequiredHeader parametersx-data-sourcestringOptionalDefault:live
Responses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/table/{table_id}/content/{content_id}HTTPupdate existing table content
puthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/content/{content_id}Each table has unique schema, which means that the request body should be updated with the schema relevant to the table being used. The example below is assuming that the table has a column labeled “name”.Required API Scope: Workspace Content: UpdateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64Requiredcontent_idstringRequiredHeader parametersx-data-sourcestringOptionalDefault:live
BodyobjectOptionalExample: {"name":"test name"}
Responses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorput/workspace/{workspace_id}/table/{table_id}/content/{content_id}HTTPbrowse table content
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/contentbrowse table content Authentication: required Required API Scope: Workspace Content: ReadAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredQuery parameterspageinteger · int64Optionalper_pageinteger · int64OptionalHeader parametersx-data-sourcestringOptionalDefault:live
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/table/{table_id}/contentHTTPcreate new table content
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/contentEach table has unique schema, which means that the request body should be updated with the schema relevant to the table being used. The example below is assuming that the table has a column labeled “name”.Required API Scope: Workspace Content: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredHeader parametersx-data-sourcestringOptionalDefault:live
BodyobjectOptionalExample: {"name":"test name"}
Responses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/contentHTTPcreate a btree table index
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/index/btreecreate a btree table index Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonfieldsobject[]RequiredShow propertiesResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/index/btreeHTTPcreate a search table index
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/index/searchcreate a search table index Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequiredlangstring · enumRequiredPossible values:simple``arabic``danish``dutch``english``finnish``french``german``hungarian``indonesian``irish``italian``lithuanian``nepali``norwegian``portuguese``romanian``russian``spanish``swedish``tamil``turkish
fieldsobject[]RequiredShow propertiesResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/index/searchHTTPcreate a spatial table index
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/index/spatialcreate a spatial table index Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonfieldsobject[]RequiredShow propertiesResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/index/spatialHTTPcreate a unique table index
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/index/uniquecreate a unique table index Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonfieldsobject[]RequiredShow propertiesResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/index/uniqueHTTPcreate a vector table index
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/index/vectorOptions includevector_ip_ops
(Inner Product), vector_cosine_ops
(Cosine), vector_l1_ops
(L1 Distance), vector_l2_ops
(L2 Distance) Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonfieldsobject[]RequiredShow propertiesResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/index/vectorHTTPdelete table index
deletehttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/index/{index_id}delete table index Authentication: required Required API Scope: Workspace Database: DeleteAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64Requiredindex_idstringRequiredResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errordelete/workspace/{workspace_id}/table/{table_id}/index/{index_id}HTTPbrowse table indexes
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/indexbrowse table indexes Authentication: required Required API Scope: Workspace Database: ReadAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/table/{table_id}/indexHTTPreplace all of the indexes of a workspace table
puthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/indexreplace all of the indexes of a workspace table Authentication: required Required API Scope: Workspace Database: UpdateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonindexobjectRequiredResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorput/workspace/{workspace_id}/table/{table_id}/indexHTTPupdate workspace table’s metadata
puthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/metaupdate workspace table’s metadata Authentication: required Required API Scope: Workspace Database: UpdateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestring | nullableOptionaldescriptionstring | nullableOptionaltagstring[] | nullableOptionalauthboolean | nullableOptionalResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorput/workspace/{workspace_id}/table/{table_id}/metaHTTPrename a column within the schema of a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/renamerename a column within the schema of a workspace table Authentication: required Required API Scope: Workspace Database: UpdateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnew_namestringRequiredold_namestringRequiredResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/renameHTTPcreate attachment schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/attachmentcreate attachment schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionalDefault:true
requiredbooleanOptionalaccessstring · enumOptionalDefault: public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/attachmentHTTPcreate audio schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/audiocreate audio schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionalDefault:true
requiredbooleanOptionalaccessstring · enumOptionalDefault: public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/audioHTTPcreate bool schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/boolcreate bool schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionaldefaultbooleanOptionalrequiredbooleanOptionalaccessstring · enumOptionalDefault:public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/boolHTTPcreate date schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/datecreate date schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionalrequiredbooleanOptionalaccessstring · enumOptionalDefault:public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/dateHTTPcreate decimal schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/decimalcreate decimal schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionaldefaultnumberOptionalrequiredbooleanOptionalaccessstring · enumOptionalDefault:public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
filtersobject | nullableOptionalShow propertiesResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/decimalHTTPcreate email schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/emailcreate email schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionaldefaultstringOptionalrequiredbooleanOptionalaccessstring · enumOptionalDefault:public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/emailHTTPcreate enum schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/enumcreate enum schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionaldefaultstringOptionalrequiredbooleanOptionalaccessstring · enumOptionalDefault:public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
valuesstring[]OptionalResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/enumHTTPcreate geo_linestring schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/geo_linestringcreate geo_linestring schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionalDefault:true
requiredbooleanOptionalaccessstring · enumOptionalDefault: public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/geo_linestringHTTPcreate geo_multilinestring schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/geo_multilinestringcreate geo_multilinestring schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionalDefault:true
requiredbooleanOptionalaccessstring · enumOptionalDefault: public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/geo_multilinestringHTTPcreate geo_multipoint schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/geo_multipointcreate geo_multipoint schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionalDefault:true
requiredbooleanOptionalaccessstring · enumOptionalDefault: public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/geo_multipointHTTPcreate geo_multipolygon schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/geo_multipolygoncreate geo_multipolygon schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionalDefault:true
requiredbooleanOptionalaccessstring · enumOptionalDefault: public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/geo_multipolygonHTTPcreate geo_point schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/geo_pointcreate geo_point schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionalDefault:true
requiredbooleanOptionalaccessstring · enumOptionalDefault: public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/geo_pointHTTPcreate geo_polygon schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/geo_polygoncreate geo_polygon schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionalDefault:true
requiredbooleanOptionalsensitivebooleanOptionalaccessstring · enumOptionalDefault: public
Possible values: public``private``internal
stylestring · enumOptionalDefault: single
Possible values: single``list
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/geo_polygonHTTPcreate image schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/imagecreate image schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionalDefault:true
requiredbooleanOptionalaccessstring · enumOptionalDefault: public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/imageHTTPcreate int schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/intcreate int schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionaldefaultinteger · int64OptionalrequiredbooleanOptionalaccessstring · enumOptionalDefault:public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
filtersobject | nullableOptionalShow propertiesResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/intHTTPcreate json schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/jsoncreate json schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionalrequiredbooleanOptionalaccessstring · enumOptionalDefault:public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/jsonHTTPcreate object schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/objectcreate object schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionalrequiredbooleanOptionalaccessstring · enumOptionalDefault:public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
childrenobjectOptionalResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/objectHTTPcreate password reference schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/passwordcreate password reference schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionalrequiredbooleanOptionalaccessstring · enumOptionalDefault:public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
filtersobject | nullableOptionalShow propertiesResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/passwordHTTPcreate table reference schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/tablerefuuidcreate table reference schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionaltableref_idinteger · int64RequirednullablebooleanOptionalrequiredbooleanOptionalaccessstring · enumOptionalDefault:public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/tablerefuuidHTTPcreate table reference schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/tablerefcreate table reference schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionaltableref_idinteger · int64RequirednullablebooleanOptionalrequiredbooleanOptionalaccessstring · enumOptionalDefault:public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
filtersobject | nullableOptionalShow propertiesResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/tablerefHTTPcreate text schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/textcreate text schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionaldefaultstringOptionalrequiredbooleanOptionalaccessstring · enumOptionalDefault:public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
formatstring · enumOptionalPossible values: ```plaintextyaml
htmlxml
markdown`filtersobject | nullableOptionalShow propertiesResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/textHTTPcreate timestamp schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/timestampcreate timestamp schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionalDefault:true
requiredbooleanOptionalaccessstring · enumOptionalDefault: public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/timestampHTTPcreate uuid schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/uuidcreate uuid schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionaldefaultinteger · int64OptionalrequiredbooleanOptionalaccessstring · enumOptionalDefault:public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/uuidHTTPcreate vector schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/vectorcreate vector schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionaldefaultstringOptionalrequiredbooleanOptionalaccessstring · enumOptionalDefault:public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
vectorobjectRequiredShow propertiesfiltersobject | nullableOptionalShow propertiesResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/vectorHTTPcreate video schema within a workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/type/videocreate video schema within a workspace table Authentication: required Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionalnullablebooleanOptionalDefault:true
requiredbooleanOptionalaccessstring · enumOptionalDefault: public
Possible values: public``private``internal
sensitivebooleanOptionalstylestring · enumOptionalDefault: single
Possible values: single``list
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/table/{table_id}/schema/type/videoHTTPdelete a specific schema element within workspace table
deletehttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/{schema_name}delete a specific schema element within workspace table Authentication: required Required API Scope: Workspace Database: DeleteAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64Requiredschema_namestringRequiredResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errordelete/workspace/{workspace_id}/table/{table_id}/schema/{schema_name}HTTPget a specific schema element within workspace table
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schema/{schema_name}get a specific schema element within workspace table Authentication: required Required API Scope: Workspace Database: ReadAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64Requiredschema_namestringRequiredResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/table/{table_id}/schema/{schema_name}HTTPbrowse workspace table’s schema
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schemabrowse workspace table’s schema Authentication: required Required API Scope: Workspace Database: ReadAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/table/{table_id}/schemaHTTPreplace the entire schema of a workspace table
puthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/schemareplace the entire schema of a workspace table Authentication: required Required API Scope: Workspace Database: UpdateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonschemaobjectRequiredResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorput/workspace/{workspace_id}/table/{table_id}/schemaHTTPupdate workspace table’s security settings
puthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/securityupdate workspace table’s security settings Authentication: required Required API Scope: Workspace Database: UpdateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredBodyapplication/jsonguidstring | nullableOptionalResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorput/workspace/{workspace_id}/table/{table_id}/securityHTTPtruncate table’s content and optionally reset the primary key
deletehttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}/truncatetruncate table’s content and optionally reset the primary key Authentication: required Required API Scope: Workspace Content: DeleteAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredHeader parametersx-data-sourcestringOptionalDefault:live
Bodyapplication/jsonresetbooleanRequiredResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errordelete/workspace/{workspace_id}/table/{table_id}/truncateHTTPdelete workspace table and all of its content
deletehttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}delete workspace table and all of its content Authentication: required Required API Scope: Workspace Database: DeleteAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errordelete/workspace/{workspace_id}/table/{table_id}HTTPget workspace table
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/table/{table_id}get workspace table Authentication: required Required API Scope: Workspace Database: ReadAuthorizationsPath parametersworkspace_idinteger · int64Requiredtable_idinteger · int64RequiredResponses200Success!application/jsonResponseobject[]Show properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/table/{table_id}HTTPbrowse workspace tables
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/tablebrowse workspace tables Authentication: required Required API Scope: Workspace Database: ReadAuthorizationsPath parametersworkspace_idinteger · int64RequiredQuery parameterspageinteger · int64Optionalper_pageinteger · int64OptionalsearchstringOptionalsortstring · enumOptionalPossible values:created_at``updated_at``name
orderstring · enumOptionalPossible values: asc``desc
Responses200Success!application/jsonResponseobject[]Show properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/tableHTTPcreate workspace table
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/tableThis endpoint can create a complete table in a single API request, as long as all values below are fully fleshed out. If you want to create the table in multiple steps, then just fill out the name field as shown in the example. Required API Scope: Workspace Database: CreateAuthorizationsPath parametersworkspace_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringOptionaldocsstringOptionalauthbooleanOptionalguidstring | nullableOptionalschemaobject | nullableOptionalindexobject | nullableOptionaltagstring[] | nullableOptionalautocompleteobject[] | nullableOptionalShow propertiesResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/tableHTTPFunctions
Functions
get workspace function
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/function/{function_id}get workspace function Authentication: required Required API Scope: Workspace Function: ReadAuthorizationsPath parametersworkspace_idinteger · int64Requiredfunction_idinteger · int64RequiredResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/function/{function_id}HTTPadd workspace function
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/functionadd workspace function Authentication: required Required API Scope: Workspace Function: CreateAuthorizationsPath parametersworkspace_idinteger · int64RequiredBodyapplication/jsonbranchstringOptionaldescriptionstringRequireddocsstringOptionalnamestringRequiredResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/functionHTTPdelete workspace function
deletehttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/function/{function_id}delete workspace function Authentication: required Required API Scope: Workspace Function: DeleteAuthorizationsPath parametersworkspace_idinteger · int64Requiredfunction_idinteger · int64RequiredResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errordelete/workspace/{workspace_id}/function/{function_id}HTTPupdate workspace function
puthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/function/{function_id}update workspace function Authentication: required Required API Scope: Workspace Function: UpdateAuthorizationsPath parametersworkspace_idinteger · int64Requiredfunction_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringRequireddocsstringOptionalcacheobjectOptionalShow propertiesResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorput/workspace/{workspace_id}/function/{function_id}HTTPbrowse workspace functions
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/functionbrowse workspace functions Authentication: required Required API Scope: Workspace Function: ReadAuthorizationsPath parametersworkspace_idinteger · int64RequiredQuery parametersbranchstringOptionalpageinteger · int64Optionalper_pageinteger · int64OptionalsearchstringOptionalsortstring · enumOptionalPossible values:created_at``updated_at``name
orderstring · enumOptionalPossible values: asc``desc
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/functionHTTPupdate workspace function security settings
puthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/function/{function_id}/securityupdate workspace function security settings Authentication: required Required API Scope: Workspace Function: UpdateAuthorizationsPath parametersworkspace_idinteger · int64Requiredfunction_idinteger · int64RequiredBodyapplication/jsonguidstringRequiredResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorput/workspace/{workspace_id}/function/{function_id}/securityHTTPTasks
Tasks
get workspace task
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/task/{task_id}get workspace task Authentication: required Required API Scope: Workspace Task: ReadAuthorizationsPath parametersworkspace_idinteger · int64Requiredtask_idinteger · int64RequiredResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/task/{task_id}HTTPadd workspace task
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/taskadd workspace task Authentication: required Required API Scope: Workspace Task: CreateAuthorizationsPath parametersworkspace_idinteger · int64RequiredBodyapplication/jsonbranchstringOptionalnamestringRequireddescriptionstringRequireddocsstringOptionaldatasourcestringRequiredactivebooleanRequiredResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/taskHTTPdelete workspace task
deletehttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/task/{task_id}delete workspace task Authentication: required Required API Scope: Workspace Task: DeleteAuthorizationsPath parametersworkspace_idinteger · int64Requiredtask_idinteger · int64RequiredResponses200Success!application/jsonResponseobject400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errordelete/workspace/{workspace_id}/task/{task_id}HTTPupdate workspace task
puthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/task/{task_id}update workspace task Authentication: required Required API Scope: Workspace Task: UpdateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtask_idinteger · int64RequiredBodyapplication/jsonnamestringRequireddescriptionstringRequireddocsstringOptionaldatasourcestringRequiredactivebooleanRequiredResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorput/workspace/{workspace_id}/task/{task_id}HTTPbrowse workspace tasks
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/taskbrowse workspace tasks Authentication: required Required API Scope: Workspace Task: ReadAuthorizationsPath parametersworkspace_idinteger · int64RequiredQuery parametersbranchstringOptionalpageinteger · int64Optionalper_pageinteger · int64OptionalsearchstringOptionalsortstring · enumOptionalPossible values:created_at``updated_at``name
orderstring · enumOptionalPossible values: asc``desc
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/taskHTTPupdate workspace task security settings
puthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/task/{task_id}/securityupdate workspace task security settings Authentication: required Required API Scope: Workspace Task: UpdateAuthorizationsPath parametersworkspace_idinteger · int64Requiredtask_idinteger · int64RequiredBodyapplication/jsonguidstringRequiredResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorput/workspace/{workspace_id}/task/{task_id}/securityHTTPFiles
Files
list files within workspace
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/filelist files within workspace Authentication: required Required API Scope: Workspace File: ReadAuthorizationsPath parametersworkspace_idinteger · int64RequiredQuery parameterspageinteger · int64Optionalper_pageinteger · int64OptionalsearchstringOptionalaccessstring · enumOptionalPossible values:public``private
sortstring · enumOptionalPossible values: created_at``name``size``mime
orderstring · enumOptionalPossible values: asc``desc
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/fileHTTPupload file to workspace
posthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/fileupload file to workspace Authentication: required Required API Scope: Workspace File: CreateAuthorizationsPath parametersworkspace_idinteger · int64RequiredBodycontentstring · binaryRequiredtypestring · enumOptionalPossible values:image``video``audio
accessstring · enumOptionalDefault: public
Possible values: public``private
Responses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorpost/workspace/{workspace_id}/fileHTTPdelete file within workspace
deletehttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/file/{file_id}delete file within workspace Authentication: required Required API Scope: Workspace File: DeleteAuthorizationsPath parametersworkspace_idinteger · int64Requiredfile_idinteger · int64RequiredResponses200Success!application/jsonResponseany | nullableDefault:null
400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errordelete/workspace/{workspace_id}/file/{file_id}HTTPbulk delete files within workspace
deletehttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/file/bulk_deletebulk delete files within workspace Authentication: required Required API Scope: Workspace File: DeleteAuthorizationsPath parametersworkspace_idinteger · int64RequiredBodyapplication/jsonidsinteger · int64[]RequiredResponses200Success!application/jsonResponseany | nullableDefault:null
400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errordelete/workspace/{workspace_id}/file/bulk_deleteHTTPRealtime
Realtime
get workspace realtime details
gethttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/realtimeget workspace realtime details Authentication: required Required API Scope: Instance Workspace: ReadAuthorizationsPath parametersworkspace_idinteger · int64RequiredResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorget/workspace/{workspace_id}/realtimeHTTPupdate workspace realtime settings
puthttps://xxsw-1d5c-nopq.n7d.xano.io/api:meta/workspace/{workspace_id}/realtimeupdate workspace realtime settings Authentication: required Required API Scope: Instance Workspace: UpdateAuthorizationsPath parametersworkspace_idinteger · int64RequiredBodyapplication/jsonenabledbooleanOptionalhashstringOptionalchannelsobject[]OptionalShow propertiesResponses200Success!application/jsonResponseobjectShow properties400Input Error. Check the request payload for issues.401Unauthorized403Access denied. Additional privileges are needed access the requested resource.404Not Found. The requested resource does not exist.429Rate Limited. Too many requests.500Unexpected errorput/workspace/{workspace_id}/realtimeHTTPFor partners wanting an easier way to integrate, it may be useful to start out with the Account API. This way the only prompt from the user will be to get their access token, and then you can use the Account API to get a list of the user’s instances, leading to the Instance API for workspaces, tables, and APIs.