Bulk Upload Events
Responses
200
Bulk upload events
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
422
Unprocessable Entity
application/json
500
Internal Server Error
application/json
get/api/business_concepts/bulk_upload_event
GET /api/business_concepts/bulk_upload_event HTTP/1.1
Accept: */*
{
"data": [
{
"file_hash": "abc123",
"filename": "concepts.xlsx",
"id": 1,
"inserted_at": "2026-06-04T10:00:00Z",
"message": "Upload successful",
"node": null,
"response": {
"created": [
1,
2
],
"errors": [
5,
6,
8
],
"updated": [
3
]
},
"status": "COMPLETED",
"task_reference": "task-456",
"updated_at": "2026-06-04T10:00:00Z",
"user_id": 987
}
]
}Last updated