v76

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-015764591.5 MB
Dataset Storage: Azure

Create import storage

Create a new Azure import storage connection.

post/api/dataset-storages/azure/

Request body

account_keystring nullable

Azure Blob account key

account_namestring nullable

Azure Blob account name

containerstring nullable

Azure blob container

datasetinteger required

A unique integer value identifying this dataset.

descriptionstring nullable

Cloud storage description

glob_patternstring nullable

Glob pattern for syncing from bucket

last_syncstring date-time nullable

Last sync finished time

last_sync_countinteger nullable

Count of tasks synced last time

last_sync_jobstring nullable

Last sync job ID

{"stackTrail":"components:schemas:AzureDatasetStorageRequest:properties:meta","oasType":"schema","type":"unknown","description":"Meta and debug information about storage processes","nullable":true}
prefixstring nullable

Azure blob prefix name

presignboolean
presign_ttlinteger

Presigned URLs TTL (in minutes)

recursive_scanboolean nullable

Perform recursive scan over the container content

regex_filterstring nullable

Cloud storage regex for filtering objects

status'initialized' | 'queued' | 'in_progress' | 'failed' | 'completed' | 'completed_with_errors'
  • initialized - Initialized
  • queued - Queued
  • in_progress - In progress
  • failed - Failed
  • completed - Completed
  • completed_with_errors - Completed with errors
syncedboolean

Flag if dataset has been previously synced or not

synchronizableboolean
titlestring nullable

Cloud storage title

tracebackstring nullable

Traceback report for the last failed sync

use_blob_urlsboolean

Interpret objects as BLOBs and generate URLs

Response

account_keystring nullable

Azure Blob account key

account_namestring nullable

Azure Blob account name

containerstring nullable

Azure blob container

created_atstring date-time required

Creation time

datasetinteger required

A unique integer value identifying this dataset.

descriptionstring nullable

Cloud storage description

glob_patternstring nullable

Glob pattern for syncing from bucket

idinteger required
job_idstring nullable required
last_syncstring date-time nullable

Last sync finished time

last_sync_countinteger nullable

Count of tasks synced last time

last_sync_jobstring nullable

Last sync job ID

{"stackTrail":"components:schemas:AzureDatasetStorage:properties:meta","oasType":"schema","type":"unknown","description":"Meta and debug information about storage processes","nullable":true}
prefixstring nullable

Azure blob prefix name

presignboolean
presign_ttlinteger

Presigned URLs TTL (in minutes)

recursive_scanboolean nullable

Perform recursive scan over the container content

regex_filterstring nullable

Cloud storage regex for filtering objects

status'initialized' | 'queued' | 'in_progress' | 'failed' | 'completed' | 'completed_with_errors'
  • initialized - Initialized
  • queued - Queued
  • in_progress - In progress
  • failed - Failed
  • completed - Completed
  • completed_with_errors - Completed with errors
syncedboolean

Flag if dataset has been previously synced or not

synchronizableboolean
titlestring nullable

Cloud storage title

tracebackstring nullable

Traceback report for the last failed sync

typestring required
use_blob_urlsboolean

Interpret objects as BLOBs and generate URLs