Datastores & Datasources
Get Datasource
Retrieves a specific data source by its ID.
GET
/
datasources
/
{id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredID of the data source to be retrieved.
Query Parameters
idstore
string
requiredID 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
Was this page helpful?