v4

latestSwagger 2.02026-08-0343714211.7 MB
file_migration_logs
File Migration Logs

List File Migration Logs

List File Migration Logs

get/file_migration_logs

Query parameters

cursorstring

Used for pagination. When a list request has more records available, cursors are provided in the response headers X-Files-Cursor-Next and X-Files-Cursor-Prev. Send one of those cursor value here to resume an existing list from the next available record. Note: many of our SDKs have iterator methods that will automatically handle cursor-based pagination.

per_pageinteger

Number of records to show per page. (Max: 1000, 1,000 or less is recommended).

If set, return records where the specified field is equal to the supplied value. Valid fields are file_migration_id, operation, status, type or created_at. Valid field combinations are [ file_migration_id ], [ operation ], [ status ], [ type ], [ created_at ], [ file_migration_id, operation ], [ file_migration_id, status ], [ file_migration_id, type ], [ file_migration_id, created_at ], [ operation, status ], [ operation, type ], [ operation, created_at ], [ status, type ], [ status, created_at ], [ type, created_at ], [ file_migration_id, operation, status ], [ file_migration_id, operation, type ], [ file_migration_id, operation, created_at ], [ file_migration_id, status, type ], [ file_migration_id, status, created_at ], [ file_migration_id, type, created_at ], [ operation, status, type ], [ operation, status, created_at ], [ operation, type, created_at ], [ status, type, created_at ], [ file_migration_id, operation, status, type ], [ file_migration_id, operation, status, created_at ], [ file_migration_id, operation, type, created_at ], [ file_migration_id, status, type, created_at ], [ operation, status, type, created_at ] or [ file_migration_id, operation, status, type, created_at ].

If set, return records where the specified field is greater than the supplied value. Valid fields are created_at. Valid field combinations are [ file_migration_id ], [ operation ], [ status ], [ type ], [ created_at ], [ file_migration_id, operation ], [ file_migration_id, status ], [ file_migration_id, type ], [ file_migration_id, created_at ], [ operation, status ], [ operation, type ], [ operation, created_at ], [ status, type ], [ status, created_at ], [ type, created_at ], [ file_migration_id, operation, status ], [ file_migration_id, operation, type ], [ file_migration_id, operation, created_at ], [ file_migration_id, status, type ], [ file_migration_id, status, created_at ], [ file_migration_id, type, created_at ], [ operation, status, type ], [ operation, status, created_at ], [ operation, type, created_at ], [ status, type, created_at ], [ file_migration_id, operation, status, type ], [ file_migration_id, operation, status, created_at ], [ file_migration_id, operation, type, created_at ], [ file_migration_id, status, type, created_at ], [ operation, status, type, created_at ] or [ file_migration_id, operation, status, type, created_at ].

If set, return records where the specified field is greater than or equal the supplied value. Valid fields are created_at. Valid field combinations are [ file_migration_id ], [ operation ], [ status ], [ type ], [ created_at ], [ file_migration_id, operation ], [ file_migration_id, status ], [ file_migration_id, type ], [ file_migration_id, created_at ], [ operation, status ], [ operation, type ], [ operation, created_at ], [ status, type ], [ status, created_at ], [ type, created_at ], [ file_migration_id, operation, status ], [ file_migration_id, operation, type ], [ file_migration_id, operation, created_at ], [ file_migration_id, status, type ], [ file_migration_id, status, created_at ], [ file_migration_id, type, created_at ], [ operation, status, type ], [ operation, status, created_at ], [ operation, type, created_at ], [ status, type, created_at ], [ file_migration_id, operation, status, type ], [ file_migration_id, operation, status, created_at ], [ file_migration_id, operation, type, created_at ], [ file_migration_id, status, type, created_at ], [ operation, status, type, created_at ] or [ file_migration_id, operation, status, type, created_at ].

If set, return records where the specified field is less than the supplied value. Valid fields are created_at. Valid field combinations are [ file_migration_id ], [ operation ], [ status ], [ type ], [ created_at ], [ file_migration_id, operation ], [ file_migration_id, status ], [ file_migration_id, type ], [ file_migration_id, created_at ], [ operation, status ], [ operation, type ], [ operation, created_at ], [ status, type ], [ status, created_at ], [ type, created_at ], [ file_migration_id, operation, status ], [ file_migration_id, operation, type ], [ file_migration_id, operation, created_at ], [ file_migration_id, status, type ], [ file_migration_id, status, created_at ], [ file_migration_id, type, created_at ], [ operation, status, type ], [ operation, status, created_at ], [ operation, type, created_at ], [ status, type, created_at ], [ file_migration_id, operation, status, type ], [ file_migration_id, operation, status, created_at ], [ file_migration_id, operation, type, created_at ], [ file_migration_id, status, type, created_at ], [ operation, status, type, created_at ] or [ file_migration_id, operation, status, type, created_at ].

If set, return records where the specified field is less than or equal the supplied value. Valid fields are created_at. Valid field combinations are [ file_migration_id ], [ operation ], [ status ], [ type ], [ created_at ], [ file_migration_id, operation ], [ file_migration_id, status ], [ file_migration_id, type ], [ file_migration_id, created_at ], [ operation, status ], [ operation, type ], [ operation, created_at ], [ status, type ], [ status, created_at ], [ type, created_at ], [ file_migration_id, operation, status ], [ file_migration_id, operation, type ], [ file_migration_id, operation, created_at ], [ file_migration_id, status, type ], [ file_migration_id, status, created_at ], [ file_migration_id, type, created_at ], [ operation, status, type ], [ operation, status, created_at ], [ operation, type, created_at ], [ status, type, created_at ], [ file_migration_id, operation, status, type ], [ file_migration_id, operation, status, created_at ], [ file_migration_id, operation, type, created_at ], [ file_migration_id, status, type, created_at ], [ operation, status, type, created_at ] or [ file_migration_id, operation, status, type, created_at ].

Response

A list of FileMigrationLogs objects.

timestampstring date-time

Start Time of Action. Deprecrated: Use created_at.

file_migration_idinteger

File Migration ID

dest_pathstring

Destination path, for moves and copies

error_typestring

Error type, if applicable

messagestring

Message

operation'copy' | 'delete' | 'delete_for_overwrite' | 'mkdir' | 'move' | 'organize' | 'regional_migration'

Operation type

pathstring

File path

status'success' | 'failure' | 'skipped' | 'retried_failure'

Status

created_atstring date-time

Start Time of Action

Example response

[
  {
    "timestamp": "2000-01-01T01:00:00Z",
    "file_migration_id": 1,
    "dest_path": "example",
    "error_type": "example",
    "message": "example",
    "operation": "example",
    "path": "example",
    "status": "example",
    "created_at": "2000-01-01T01:00:00Z"
  }
]