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

A DTO that shows the indexing status of a drive

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
idstring · uuidRequired
pathstringRequired
createdstring · date-timeRequired
updatedstring · date-timeRequired
files_foundintegerOptionalDefault: 0
size_bytesintegerOptionalDefault: 0
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
string · uuid[]Optional
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
anyOptional
delete
/indexing/roots/{root_id}

No content

Last updated