File Bulk Update Event
Lists file bulk update events visible to the current user, subject to bulk upload permissions.
Responses
200
File bulk update events
application/json
filenamestringRequired
hashstringRequired
inserted_atstring · date-timeRequired
messagestring · nullableOptional
statusstring · enumRequiredPossible values:
Current status of the bulk update job
task_referenceone ofOptional
Reference to the background job (can be string or object)
stringOptional
user_idintegerRequired
401
Unauthorized
application/json
403
Forbidden
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
get/api/data_structures/bulk_update_template_content_events
GET /api/data_structures/bulk_update_template_content_events HTTP/1.1
Accept: */*
[
{
"filename": "upload.csv",
"hash": "abc123",
"inserted_at": "2026-06-15T13:28:03.756258Z",
"message": null,
"response": {},
"status": "STARTED",
"task_reference": "0.0.923011.4090530039.2587951105.57607",
"user_id": 123
},
{
"filename": "upload.csv",
"hash": "abc123",
"inserted_at": "2026-06-15T13:28:03.783240Z",
"message": null,
"response": {
"errors": [],
"ids": [
2144726,
2144727
]
},
"status": "COMPLETED",
"task_reference": "0.0.923011.4090530039.2587951105.57607",
"user_id": 123
}
]Last updated