Skip to main content

Retrieve a source

Returns a source.

Path Parameters
    source string required

    Possible values: <= 1024 characters

    The name of the source.

Responses

OK


Schema
    type string

    The type of the source.

    name string

    The name of the source.

    createdAt date-time

    An ISO-8601 timestamp representing the date/time the source was created.

    updatedAt date-time

    An ISO-8601 timestamp representing the date/time the source was updated.

    connectionUrl URL

    The URL to the location of the source.

    description string

    The description of the dataset.

GET /sources/:source

Request

Base URL
http://localhost:5000/api/v1
source — path required
curl / cURL
curl -L -X GET 'http://localhost:5000/api/v1/sources/:source' \
-H 'Accept: application/json'