Query database using SQL
https://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/sqlThis endpoint performs the SQL query across the entire database branch. Set your SQL query in the parameter `query`.
Expected parameters
| Name | Description | In | Required | Schema |
|---|---|---|---|---|
db_branch_name | The DBBranchName matches the pattern `{db_name}:{branch_name}`. | path | ✅ | string |
SQL Query
POSThttps://{your-workspace-slug}.{region}.xata.sh/db/db_branch_name/sqlRun an SQL query across the database branch.