v52

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2026-08-03134119177.4 KB
import

import data from object store

post/repositories/{repository}/branches/{branch}/import

Request body

forceboolean

Example request

{
  "commit": {
    "message": "Importing collections from S3"
  },
  "paths": [
    {
      "path": "s3://my-bucket/production/collections/",
      "destination": "collections/",
      "type": "common_prefix"
    },
    {
      "path": "s3://my-bucket/production/collections/file1",
      "destination": "collections/file1",
      "type": "object"
    }
  ]
}

Response

Import started

idstring required

The id of the import process