Skip to main content

Illumina Basespace

Connector for the Basespace v1 API. This can be used to extract data on projects, runs, samples and app sessions.

Configuration

InputTypeDescriptionDefault Value
access_tokenstringAccess Token. BaseSpace access token. Instructions for obtaining your access token can be found in the BaseSpace Developer Documentation.
domainstringDomain. Domain name of the BaseSpace instance (e.g., euw2.sh.basespace.illumina.com)
userstringUser. Providing a user ID restricts the returned data to what that user can access. If you use the default ('current'), all data accessible to the user associated with the API key will be shown.current

Streams

Stream NamePrimary KeyPaginationSupports Full SyncSupports Incremental
projectsIdDefaultPaginator
runsIdDefaultPaginator
samplesIdDefaultPaginator
sample_filesIdDefaultPaginator
run_filesIdDefaultPaginator
appsessionsIdDefaultPaginator
appresultsIdDefaultPaginator
appresults_filesIdNo pagination

Changelog

Expand to review
VersionDatePull RequestSubject
0.0.12024-09-23Initial release by @FilipeJesus via Connector Builder
Was this page helpful?