{ "opencollection": "1.0.0", "info": { "name": "LightlyOne Platform Datasets Datasources API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "token", "value": "{{token}}", "placement": "query" } }, "items": [ { "info": { "name": "Datasources", "type": "folder" }, "items": [ { "info": { "name": "Get the datasource configured for a dataset.", "type": "http" }, "http": { "method": "GET", "url": "https://api.lightly.ai/v1/datasets/:datasetId/datasource", "params": [ { "name": "datasetId", "value": "", "type": "path" } ] }, "docs": "Get the datasource configured for a dataset." }, { "info": { "name": "Get the processed-until timestamp for incremental ingestion.", "type": "http" }, "http": { "method": "GET", "url": "https://api.lightly.ai/v1/datasets/:datasetId/datasource/processedUntilTimestamp", "params": [ { "name": "datasetId", "value": "", "type": "path" } ] }, "docs": "Get the processed-until timestamp for incremental ingestion." }, { "info": { "name": "List raw sample files available in the datasource.", "type": "http" }, "http": { "method": "GET", "url": "https://api.lightly.ai/v1/datasets/:datasetId/datasource/list", "params": [ { "name": "datasetId", "value": "", "type": "path" }, { "name": "from", "value": "", "type": "query" }, { "name": "to", "value": "", "type": "query" } ] }, "docs": "List raw sample files available in the datasource." } ] } ], "bundled": true }