GET
/
datasources
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the data source to be retrieved.

Query Parameters

idstore
string
required

ID of the datastore to which the datasource belongs (used for validation).

Body

application/json · object

The body is of type object.

Response

200 - application/json
id
string
type
enum<string>
Available options:
file,
web_page,
web_site,
qa
name
string
status
enum<string>
Available options:
unsynched,
pending,
running,
synched,
error,
usage_limit_reached
groupId
string | null
updatedAt
string
createdAt
string
lastSynch
string | null
config
object