ProcessingManifest
Processing artifacts section of entry manifest
steps_completedstring[]
List of completed processing steps
files object[]
Intermediate processing files
Array [
keyKey (string)required
S3 key for the file
sizeSize (integer)required
File size in bytes
mime_typeMime Type (string)required
MIME type of the file
hash object
SHA256 hash of the file
- string
- null
string
created_at object
File creation timestamp
- string<date-time>
- null
string<date-time>
expires_at object
File expiration timestamp (for processing artifacts)
- string<date-time>
- null
string<date-time>
]
ProcessingManifest
{
"steps_completed": [
"string"
],
"files": [
{
"key": "string",
"size": 0,
"mime_type": "string",
"hash": "string",
"created_at": "2024-07-29T15:51:28.071Z",
"expires_at": "2024-07-29T15:51:28.071Z"
}
]
}