Skip to main content
GET
cURL

Path Parameters

id
string<uuid>
required

Response

200 - application/json
id
string<uuid>
required
read-only
asset_id
string<uuid>
required
read-only
asset_title
string
required
read-only
action
enum<string>
required
  • move - Move
  • copy - Copy
  • delete - Delete
Available options:
move,
copy,
delete
status
enum<string>
required
  • pending - Pending
  • in_progress - In Progress
  • verifying - Verifying
  • completing - Completing
  • completed - Completed
  • failed - Failed
Available options:
pending,
in_progress,
verifying,
completing,
completed,
failed
attempts
integer
required
read-only
last_error
string
required
read-only
source_allocation_id
string<uuid> | null
required
read-only
target_allocation_id
string<uuid> | null
required
read-only
source_content_id
string<uuid> | null
required
read-only
source_repository_id
string<uuid> | null
required
read-only
target_repository_id
string<uuid> | null
required
read-only
source_allocation_name
string | null
required
read-only
target_allocation_name
string | null
required
read-only
initiated_by_id
string<uuid> | null
required
read-only
created_at
string<date-time>
required
read-only
updated_at
string<date-time>
required
read-only
started_at
string<date-time> | null
required
read-only
completed_at
string<date-time> | null
required
read-only
bytes_total
integer
required
read-only
files_total
integer
required
read-only
bytes_copied
integer
required
read-only
files_copied
integer
required
read-only