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

Baserow Builder data sources API

The Builder data sources API from Baserow — 9 operation(s) for builder data sources.

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

This API exposes 1 JSON Schema definition.

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

This API exposes 11 operations across 9 paths, and defines 96 schemas. It is described by OpenAPI 3.0.3, at version 2.2.2.

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

11 operations 9 paths 96 schemas 1 DELETE3 GET2 PATCH5 POST

Metadata

The identity and technical contract details declared by the specification.

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

Authentication & Security 3

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

Paths & Operations 11

Across 9 paths, the API surfaces 11 operations — 1 DELETE, 3 GET, 2 PATCH, 5 POST. Each is listed below with its method, path, parameters, and response codes.

Builder data sources 11
PATCH
/api/builder/data-source/{data_source_id}/
Updates an existing builder datasource.
update_builder_page_data_source 2 params body → 200400404
DELETE
/api/builder/data-source/{data_source_id}/
Deletes the datasource related by the given id.
delete_builder_page_data_source 2 params → 204400404
POST
/api/builder/data-source/{data_source_id}/dispatch/
Dispatches the service of the related datasource and returns the result.
dispatch_builder_page_data_source 2 params body → 404
PATCH
/api/builder/data-source/{data_source_id}/move/
Moves the datasource in the page before another datasource or at the end of the page if no before datasource is given. The datasources must belong to the same page.
move_builder_page_data_source 2 params body → 200400404
GET
/api/builder/data-source/{data_source_id}/record-names/
Find the record names associated with a given list of record ids.
get_record_names_builder_page_data_source 2 params → 200400404
POST
/api/builder/domains/published/data-source/{data_source_id}/dispatch/
Dispatches the service of the related datasource and returns the result.
dispatch_public_builder_page_data_source 2 params body → 404
GET
/api/builder/domains/published/page/{page_id}/data_sources/
Lists all the datasources of the page related to the provided parameter if the builder is public.
list_public_builder_page_data_sources 1 param → 200404
POST
/api/builder/domains/published/page/{page_id}/dispatch-data-sources/
Dispatches the service of the related page datasources
dispatch_public_builder_page_data_sources 2 params → 404
GET
/api/builder/page/{page_id}/data-sources/
Lists all the datasources of the page related to the provided parameter if the user has access to the related builder's workspace. If the workspace is related to a template, then this endpoint will b…
list_builder_page_data_sources 1 param → 200404
POST
/api/builder/page/{page_id}/data-sources/
Creates a new builder datasource
create_builder_page_data_source 2 params body → 200400404
POST
/api/builder/page/{page_id}/dispatch-data-sources/
Dispatches the service of the related page datasources
dispatch_builder_page_data_sources 2 params body → 404

Schemas 96

The contract defines 96 schemas that model the data the API accepts and returns. The most detailed are CoreSMTPEmailServiceDataSource (20 properties), CoreSMTPEmailServicePublicDataSource (18 properties), CoreHTTPRequestServiceDataSource (18 properties), LocalBaserowGroupedAggregateRowsDataSource (16 properties). Each schema is shown below with its type and property counts.

LocalBaserowListRowsDataSource
object
A serializer mixin for services which implement the local Baserow filterable mixin. It ensures that when serialize the service, all filters (including those po…
15 properties 9 required
NullEnum
LocalBaserowUpsertRowDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
13 properties 9 required
LocalBaserowDeleteRowUpdateDataSource
object
4 properties
CorePeriodicServiceUpdateDataSource
object
8 properties 1 required
CoreHTTPRequestServiceCreateDataSource
object
This serializer allow to set the type of a datasource and the datasource id before which we want to insert the new datasource.
13 properties 1 required
LocalBaserowGetRowCreateDataSource
object
A serializer mixin for services which implement the local Baserow filterable mixin. It ensures that when serialize the service, all filters (including those po…
10 properties
LocalBaserowGroupedAggregateRowsCreateDataSource
object
A serializer mixin for services which implement the local Baserow filterable mixin. It ensures that when serialize the service, all filters (including those po…
11 properties
SlackWriteMessageServiceUpdateDataSource
object
4 properties
LocalBaserowAggregateRowsDataSource
object
A serializer mixin for services which implement the local Baserow filterable mixin. It ensures that when serialize the service, all filters (including those po…
16 properties 9 required
SlackWriteMessageServiceCreateDataSource
object
This serializer allow to set the type of a datasource and the datasource id before which we want to insert the new datasource.
7 properties
HTTPFormData
object
Serializer for the Form data model.
3 properties 2 required
AIAgentServiceDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
16 properties 9 required
CorePeriodicServiceDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
16 properties 11 required
AIAgentServiceCreateDataSource
object
This serializer allow to set the type of a datasource and the datasource id before which we want to insert the new datasource.
11 properties
Integration_ServiceDataSource
LocalBaserowUpsertRowUpdateDataSource
object
5 properties
Type634Enum
string
localbaserowgetrow - localbaserowgetrow localbaserowlistrows - localbaserowlistrows localbaserowaggregaterows - localbaserowaggregaterows localbaserowupsertrow…
LocalBaserowAggregateRowsCreateDataSource
object
A serializer mixin for services which implement the local Baserow filterable mixin. It ensures that when serialize the service, all filters (including those po…
11 properties
CorePeriodicServicePublicDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
13 properties 8 required
LocalBaserowAggregateRowsUpdateDataSource
object
A serializer mixin for services which implement the local Baserow filterable mixin. It ensures that when serialize the service, all filters (including those po…
8 properties
CoreSMTPEmailServiceCreateDataSource
object
This serializer allow to set the type of a datasource and the datasource id before which we want to insert the new datasource.
15 properties 1 required
Integration_ServicePublicDataSource
LocalBaserowGroupedAggregateRowsUpdateDataSource
object
A serializer mixin for services which implement the local Baserow filterable mixin. It ensures that when serialize the service, all filters (including those po…
8 properties
LocalBaserowListRowsUpdateDataSource
object
A serializer mixin for services which implement the local Baserow filterable mixin. It ensures that when serialize the service, all filters (including those po…
7 properties
CoreRouterServiceCreateDataSource
object
This serializer allow to set the type of a datasource and the datasource id before which we want to insert the new datasource.
6 properties
PatchedIntegration_ServiceUpdateDataSource
SlackWriteMessageServicePublicDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
10 properties 7 required
LocalBaserowUpsertRowCreateDataSource
object
This serializer allow to set the type of a datasource and the datasource id before which we want to insert the new datasource.
8 properties
Interval3bdEnum
string
MINUTE - MINUTE HOUR - HOUR DAY - DAY WEEK - WEEK MONTH - MONTH
TimezoneEnum
string
Africa/Abidjan - Africa/Abidjan Africa/Accra - Africa/Accra Africa/AddisAbaba - Africa/AddisAbaba Africa/Algiers - Africa/Algiers Africa/Asmara - Africa/Asmara…
CoreRouterServiceUpdateDataSource
object
4 properties
DispatchDataSourceDataSourceContext
object
1 property
BodyTypeD6eEnum
string
plain - Plain Text html - HTML
LocalBaserowDeleteRowDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
12 properties 9 required
LocalBaserowRowsCreatedPublicDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
9 properties 7 required
CoreHTTPTriggerServiceCreateDataSource
object
This serializer allow to set the type of a datasource and the datasource id before which we want to insert the new datasource.
7 properties
DirectionEnum
string
ASC - Ascending DESC - Descending
CoreRouterServiceEdge
object
4 properties 1 required
LocalBaserowListRowsPublicDataSource
object
A serializer mixin for services which implement the local Baserow filterable mixin. It ensures that when serialize the service, all filters (including those po…
13 properties 7 required
SortOnEnum
string
SERIES - Series GROUPBY - Group by PRIMARY - Primary
LocalBaserowRowsUpdatedPublicDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
9 properties 7 required
ConditionTypeEnum
string
AND - And OR - Or
LocalBaserowGetRowPublicDataSource
object
A serializer mixin for services which implement the local Baserow filterable mixin. It ensures that when serialize the service, all filters (including those po…
13 properties 7 required
AIAgentServiceUpdateDataSource
object
8 properties
LocalBaserowListRowsCreateDataSource
object
A serializer mixin for services which implement the local Baserow filterable mixin. It ensures that when serialize the service, all filters (including those po…
10 properties
CoreSMTPEmailServicePublicDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
18 properties 8 required
HTTPHeader
object
Serializer for the HTTPHeader model.
3 properties 2 required
CoreSMTPEmailServiceUpdateDataSource
object
12 properties 1 required
AiOutputType5efEnum
string
text - Text choice - Choice
LocalBaserowAggregateRowsPublicDataSource
object
A serializer mixin for services which implement the local Baserow filterable mixin. It ensures that when serialize the service, all filters (including those po…
14 properties 7 required
LocalBaserowDeleteRowPublicDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
10 properties 7 required
LocalBaserowTableServiceFieldMapping
object
3 properties 2 required
PatchedMoveDataSource
object
1 property
DispatchDataSourceRequest
object
1 property
LocalBaserowRowsDeletedDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
11 properties 9 required
LocalBaserowGroupedAggregateRowsDataSource
object
A serializer mixin for services which implement the local Baserow filterable mixin. It ensures that when serialize the service, all filters (including those po…
16 properties 9 required
CoreRouterServiceDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
12 properties 10 required
CoreHTTPTriggerServiceDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
13 properties 10 required
LocalBaserowRowsCreatedUpdateDataSource
object
3 properties
BodyType870Enum
string
json - JSON form - Form Data raw - Raw none - None
CorePeriodicServiceCreateDataSource
object
This serializer allow to set the type of a datasource and the datasource id before which we want to insert the new datasource.
10 properties 1 required
LocalBaserowRowsDeletedCreateDataSource
object
This serializer allow to set the type of a datasource and the datasource id before which we want to insert the new datasource.
6 properties
LocalBaserowUpsertRowPublicDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
11 properties 7 required
LocalBaserowTableServiceAggregationGroupBy
object
2 properties 2 required
LocalBaserowRowsUpdatedDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
11 properties 9 required
HTTPQueryParam
object
Serializer for the HTTPQueryParam model.
3 properties 2 required
CoreHTTPTriggerServiceUpdateDataSource
object
5 properties
CoreSMTPEmailServiceDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
20 properties 10 required
Integration_ServiceCreateDataSource
HttpMethodEnum
string
GET - GET POST - POST PUT - PUT DELETE - DELETE PATCH - PATCH HEAD - HEAD OPTIONS - OPTIONS
CoreIteratorServiceCreateDataSource
object
This serializer allow to set the type of a datasource and the datasource id before which we want to insert the new datasource.
5 properties
LocalBaserowRowsCreatedCreateDataSource
object
This serializer allow to set the type of a datasource and the datasource id before which we want to insert the new datasource.
6 properties
CoreRouterServicePublicDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
9 properties 7 required
LocalBaserowRowsCreatedDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
11 properties 9 required
CoreHTTPRequestServiceUpdateDataSource
object
11 properties 1 required
CoreIteratorServicePublicDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
8 properties 7 required
LocalBaserowTableServiceAggregationSortBy
object
4 properties 4 required
LocalBaserowGroupedAggregateRowsPublicDataSource
object
A serializer mixin for services which implement the local Baserow filterable mixin. It ensures that when serialize the service, all filters (including those po…
14 properties 7 required
LocalBaserowRowsUpdatedCreateDataSource
object
This serializer allow to set the type of a datasource and the datasource id before which we want to insert the new datasource.
6 properties
DynamicMetadata
object
A base serializer that builds fields dynamically from the registry.
7 properties
LocalBaserowDeleteRowCreateDataSource
object
This serializer allow to set the type of a datasource and the datasource id before which we want to insert the new datasource.
7 properties
LocalBaserowGetRowUpdateDataSource
object
A serializer mixin for services which implement the local Baserow filterable mixin. It ensures that when serialize the service, all filters (including those po…
7 properties
LocalBaserowTableServiceAggregationSeries
object
3 properties 1 required
CoreIteratorServiceDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
11 properties 10 required
SlackWriteMessageServiceDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
12 properties 9 required
LocalBaserowGetRowDataSource
object
A serializer mixin for services which implement the local Baserow filterable mixin. It ensures that when serialize the service, all filters (including those po…
15 properties 9 required
LocalBaserowRowsUpdatedUpdateDataSource
object
3 properties
DispatchDataSourceUserContext
object
2 properties
LocalBaserowRowsDeletedPublicDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
9 properties 7 required
AIAgentServicePublicDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
14 properties 7 required
CoreHTTPRequestServicePublicDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
16 properties 7 required
CoreHTTPRequestServiceDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
18 properties 10 required
CoreIteratorServiceUpdateDataSource
object
3 properties
LocalBaserowRowsDeletedUpdateDataSource
object
3 properties
CoreHTTPTriggerServicePublicDataSource
object
Basic datasource serializer mostly for returned values. This serializer flatten the service properties so that from an API POV the datasource object only exist…
10 properties 7 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

baserow-builder-data-sources-api-openapi.yml Raw ↑

Other APIs Baserow publishes across the network.

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

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

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

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

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