Batch Get

Retrieves the data sources for the given data source RIDs.

Excludes data sources that do not exist or are unauthorized. A maximum of 1000 rids can be requested.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects a set of strings.

Response

This endpoint returns a set of objects.
ridstring

Unique resource identifier for a NominalDataSource. Though named similarly to a DataSourceRid, a NominalDataSourceRid specifically refers To a NominalDataSource, which is a nominal hosted database for streaming writes.

idstring
granularityenum
Allowed values:
descriptionstringOptional
dataLastWrittenAtdatetimeOptional

Returns the approximate timestamp at which data was written to the data source. Will be accurate to within 1 minute.

inMemoryStreamingEnabledbooleanOptional