Skip to main content

List Data Sources

GET 

/v1/data-sources

List Data Sources

Request

Query Parameters

    pageSize int32

    Page size. Must be between 1 and 100.

    pageToken string

    Page token used to retrieve the next page of results.

Responses

OK

Schema

    dataSources

    object[]

    required

    The Data Sources.

  • Array [

  • dataSourceId stringrequired

    The Data Source identifier.

    name stringrequired

    The name of the Data Source.

    url stringrequired

    The URL of the Data Source.

  • ]

  • nextPageToken string

    (Optional) Page token to retrieve the next page of results.

Loading...