assetId required | string |
Authorization required | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "tenantReference": "string",
- "fileName": "string",
- "fps": 0,
- "frameCount": 0,
- "status": "uploading",
- "source": "csv",
- "type": "video",
- "createdAt": "string",
- "errorMessage": "string",
- "preprocessingProgress": 0,
- "originalFileName": "string"
}
sortDirection | string |
url | string |
pageSize | string |
statuses | string |
name | string |
type | string |
page | string |
sortBy | string |
Authorization required | string |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "tenantReference": "string",
- "fileName": "string",
- "fps": 0,
- "frameCount": 0,
- "status": "uploading",
- "source": "csv",
- "type": "video",
- "createdAt": "string",
- "errorMessage": "string",
- "preprocessingProgress": 0,
- "originalFileName": "string"
}
]
Authorization required | string |
id | string <uuid> id of an asset |
url | string <uri> unique, valid asset url |
name | string optional friendly name |
tenantReference | string optional reference for deduplicate per tenant |
fileName | string file name, mandatory when source is FILE |
fps | number frames per second for video |
frameCount | integer <int32> >= 0 number of frames for video |
status | string (Status) Enum: "uploading" "upload-error" "pending-preprocessing" "preprocessing" "recovering-preprocessing" "uploaded" Status of the Asset |
source | string (Source) Enum: "csv" "file" Source of Asset |
type | string (AssetType) Enum: "video" "image" |
createdAt | string <dateTime> UTC timestamp |
errorMessage | string error message if status is upload-error |
preprocessingProgress | number preprocessing progress, between 0 and 1 |
originalUrl | string <uri> original URL before preprocessing |
originalFileName | string original file name before preprocessing |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "tenantReference": "string",
- "fileName": "string",
- "fps": 0,
- "frameCount": 0,
- "status": "uploading",
- "source": "csv",
- "type": "video",
- "createdAt": "string",
- "errorMessage": "string",
- "preprocessingProgress": 0,
- "originalFileName": "string"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "tenantReference": "string",
- "fileName": "string",
- "fps": 0,
- "frameCount": 0,
- "status": "uploading",
- "source": "csv",
- "type": "video",
- "createdAt": "string",
- "errorMessage": "string",
- "preprocessingProgress": 0,
- "originalFileName": "string"
}
username required | string <string> username |
password required | string <string> password |
{- "username": "string",
- "password": "string"
}
{- "access_token": "string",
- "expires_in": 0,
- "token_type": "string",
- "refresh_token": "string",
- "id_token": "string"
}
workflowId required | string |
query | string |
sort | string |
pageSize | string |
minCreatedAt | string |
ids | string |
page | string |
batchIds | string |
maxCreatedAt | string |
Authorization required | string |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "workflowId": "43c4fa9b-0cbc-4b57-a121-9d7d46a3eaa4",
- "batchId": "5579c111-9c50-47e2-af92-f16d52e63189",
- "inputRecordId": "382041df-48f2-4d9b-b5b4-51a956ab865e",
- "createdAt": "string",
- "iteration": 0
}
]
exportId required | string |
Authorization required | string |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "in-progress",
- "filename": "string",
- "fileType": "json",
- "recordResultCount": 0,
- "workflowId": "43c4fa9b-0cbc-4b57-a121-9d7d46a3eaa4",
- "createdAt": "string",
- "createdBy": "25a02396-1048-48f9-bf93-102d2fb7895e",
- "s3Path": "string",
- "statusMessage": "string"
}
workflowId | string |
query | string |
projectId | string |
sort | string |
pageSize | string |
readyOnly | string |
page | string |
Authorization required | string |
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "in-progress",
- "filename": "string",
- "fileType": "json",
- "recordResultCount": 0,
- "workflowId": "43c4fa9b-0cbc-4b57-a121-9d7d46a3eaa4",
- "createdAt": "string",
- "createdBy": "25a02396-1048-48f9-bf93-102d2fb7895e",
- "s3Path": "string",
- "statusMessage": "string"
}
]
Authorization required | string |
workflowId | string <uuid> Workflow ID |
batchIds | Array of strings <uuid> List of uuid id |
query | string Full text search query |
minCreatedAt | string <dateTime> Minimum creation date filter |
maxCreatedAt | string <dateTime> Maximum creation date filter |
ids | Array of strings <uuid> List of record result uuids |
filename required | string User friendly name for export file |
fileType required | string (ExportFileType) Enum: "json" "zip" filetype for the export |
{- "workflowId": "43c4fa9b-0cbc-4b57-a121-9d7d46a3eaa4",
- "batchIds": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "query": "string",
- "minCreatedAt": "string",
- "maxCreatedAt": "string",
- "ids": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "filename": "string",
- "fileType": "json"
}
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "status": "in-progress",
- "filename": "string",
- "fileType": "json"