# Fetch the list of the identity file attachments **GET /users/{user_id}/kyc/identities/{id}/file** Fetch the list of the identity file attachments. ## Servers ## Parameters ### Path parameters - **user_id** (string) User id - **id** (string) Resource ID ## Responses ### 200 The list of the identity file attachments #### Body: (array[object]) - **id** (string(uuid)) - **file** (object) - **filename** (string) - **document_type** (string) - **document_id_number** (string) - **issued_at** (string(datetime)) - **expires_at** (string(datetime)) - **issuing_authority** (string) - **issuing_country** (string) - **content_type** (string) ### 400 Server cannot or will not process the request [Powered by Bump.sh](https://bump.sh)