Indexing

Check indexing job status for a drive

get

Get the indexing job status for a drive

Path parameters
drive_idstring · uuidRequired
Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
Responses
chevron-right
200

The current indexing job status for the drive

application/json
get
/indexing/job-status/{drive_id}

Get the asset roots

get

Get the asset roots

Query parameters
drive_idstring · uuidRequired

The id of the drive we want to add users to

Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
Responses
chevron-right
200

The asset roots

application/json
get
/indexing/roots

Add asset roots

post

Add asset roots

Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
pathsstring · path[]Required

The paths to add as asset roots

drive_idstring · uuidRequired

The ID of the drive

Responses
chevron-right
200

The ID of the new root

application/json
Responsestring · uuid[]
post
/indexing/roots

Remove an asset root

delete

Remove an asset root

Path parameters
root_idstring · uuidRequired

The ID of the root to remove

Header parameters
passwordany ofOptional

The password header to use to fetch the preview

stringOptional
or
nullOptional
Body
Responses
chevron-right
200

Successful Response

application/json
Responseany
delete
/indexing/roots/{root_id}

No content

Last updated