Datastores & Datasources
List Datasources
Retrieves a paginated list of all datasources belonging to a specific datastore.
GET
/
datasources
/
list
Query Parameters
datastoreId
string
requiredThe ID of the datastore you want to list datasources from.
offset
integer
default: "0"The number of items to skip before starting to collect the result set.
limit
integer
default: "20"The maximum number of items to return in the response.
Response Body
data
Datasource[]
An array of datasource objects.
pagination
object
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
datastoreId
string
requiredID of the datastore to list datasources from.
offset
integer
default: 0Number of items to skip.
limit
integer
default: 20Maximum number of items to return.
Response
200 - application/json
data
object[]
pagination
object
Was this page helpful?

