Skip to main content
GET
List Databases
The schema structure is key to validating data before inserting or querying records from your flows and workflows.

Description

The Datum API allows you to query the databases available in Jelou and access their structure and metadata.
It is useful for listing schemas, validating fields, and preparing read or write operations from your flows.

Get databases

Endpoint

Query parameters

string
Defines whether the results should be returned in paginated form.

Responses

  • 200 – OK Successful request.
  • 401 – Unauthorized Invalid or missing credentials.
  • 500 – Internal Server Error Internal server error.

\

Response example

Database structure

Each database in Datum is composed of the following attributes:

Schema structure

Defines the shape and validations of stored data.

Get information about a specific database

Endpoint

Path parameters

string
required
Unique database identifier.

Responses

  • 200 – OK Database found.
  • 401 – Unauthorized Unauthorized.
  • 404 – Not Found Database not found.
  • 500 – Internal Server Error Internal server error.

Response example

Authorizations

Authorization
string
header
required

Basic authentication using Base64 encoded clientId:clientSecret

Query Parameters

shouldPaginate
string

Response

Databases retrieved

message
string[]
statusMessage
string
status
integer
data
object[]