Drive > Files > External import
List errored import files
List all files which couldn't be imported properly.
get/2/drive/{drive_id}/imports/{import_id}
Path parameters
drive_idinteger required
Drive identifier
import_idinteger required
External import identifier
Query parameters
withstring
Optional : Allows loading additional data about a resource, which may include related resources.
pageinteger
Optional parameter that define the page number<br /> Part of the pagination capacity
per_pageinteger
Optional parameter that define the number of items per page<br /> Part of the pagination capacity
totalboolean
If set to true, return the total number of items. Total pages (<strong>pages</strong>) in response is also returned. <note>You can also use ?with=total parameter</note>
Response
OK
Example response
{
"result": "success",
"data": [
{
"status": "error"
}
],
"total": 221,
"page": 2,
"pages": 15,
"items_per_page": 15
}Changes
No recorded changes to this endpoint across all 1 revision of this API.