Baserow

Learn how to use Baserow with Composio

Overview

SLUG

BASEROW

Description

Baserow is an open-source database tool that lets teams build no-code data applications, collaborate on records, and integrate with other services for data management

Authentication Details

base_url
stringDefaults to https://api.baserow.io
username
string
password
string

Tools

SLUG: BASEROW_LIST_DATABASES

This tool retrieves a list of all databases in a specified workspace. as a fundamental operation, it allows users to discover which databases are available in their baserow workspace. this operation is independent and requires only authentication in order to fetch essential metadata for subsequent operations.

Action Parameters

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: BASEROW_LIST_TABLES

This tool lists all tables within a specified baserow database. it allows users to retrieve information about all tables in a database by using the get /api/database/{database id}/tables/ endpoint. the expected output is an array of table objects containing details such as id, name, order, database id, type, and first row header.

Action Parameters

database_id
integerRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired