> For the complete documentation index, see [llms.txt](https://docs.truedat.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.truedat.io/v8.8/api-integrations/data-catalog-data-lineage-and-grants-apis/file-bulk-update-event.md).

# File Bulk Update Event

## List file bulk update events

> Lists file bulk update events visible to the current user, subject to bulk upload permissions.

```json
{"openapi":"3.0.0","info":{"title":"td-dd","version":"Truedat 8.8.2"},"paths":{"/api/data_structures/bulk_update_template_content_events":{"get":{"description":"Lists file bulk update events visible to the current user, subject to bulk upload permissions.","operationId":"TdDdWeb.FileBulkUpdateEventController.index","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FileBulkUpdateEventResponse"}}},"description":"File bulk update events"},"401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TdDdUnauthorizedResponse"}}},"description":"Unauthorized"},"403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TdDdForbiddenResponse"}}},"description":"Forbidden"},"422":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TdDdUnprocessableEntityObjectResponse"}}},"description":"Unprocessable Entity"},"500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/TdDdInternalServerErrorResponse"}}},"description":"Internal Server Error"}},"summary":"List file bulk update events","tags":["File Bulk Update Event"]}}},"components":{"schemas":{"FileBulkUpdateEventResponse":{"additionalProperties":false,"items":{"additionalProperties":false,"properties":{"filename":{"type":"string"},"hash":{"type":"string"},"inserted_at":{"format":"date-time","type":"string"},"message":{"nullable":true,"type":"string"},"response":{"additionalProperties":true,"nullable":true,"type":"object"},"status":{"description":"Current status of the bulk update job","enum":["STARTED","COMPLETED","FAILED","PENDING"],"type":"string"},"task_reference":{"description":"Reference to the background job (can be string or object)","oneOf":[{"type":"string"},{"additionalProperties":true,"type":"object"}]},"user_id":{"type":"integer"}},"required":["user_id","hash","status","inserted_at","filename"],"type":"object"},"title":"FileBulkUpdateEventResponse","type":"array"},"TdDdUnauthorizedResponse":{"anyOf":[{"$ref":"#/components/schemas/TdDdUnauthorizedMessageResponse"},{"$ref":"#/components/schemas/TdDdUnauthorizedErrorResponse"}],"description":"Unauthorized response from auth plug or error view","title":"TdDdUnauthorizedResponse"},"TdDdUnauthorizedMessageResponse":{"additionalProperties":false,"properties":{"message":{"type":"string"}},"required":["message"],"title":"TdDdUnauthorizedMessageResponse","type":"object"},"TdDdUnauthorizedErrorResponse":{"properties":{"errors":{"properties":{"detail":{"type":"string"}},"type":"object"}},"required":["errors"],"title":"TdDdUnauthorizedErrorResponse","type":"object"},"TdDdForbiddenResponse":{"additionalProperties":false,"properties":{"errors":{"additionalProperties":false,"properties":{"detail":{"type":"string"}},"required":["detail"],"type":"object"}},"required":["errors"],"title":"TdDdForbiddenResponse","type":"object"},"TdDdUnprocessableEntityObjectResponse":{"additionalProperties":false,"properties":{"errors":{"properties":{"detail":{"type":"string"}},"type":"object"}},"required":["errors"],"title":"TdDdUnprocessableEntityObjectResponse","type":"object"},"TdDdInternalServerErrorResponse":{"additionalProperties":false,"properties":{"errors":{"additionalProperties":false,"properties":{"detail":{"type":"string"}},"required":["detail"],"type":"object"}},"required":["errors"],"title":"TdDdInternalServerErrorResponse","type":"object"}}}}
```
