# Fetch the IDnow video identification session data **GET /users/{user_id}/kyc/identities/{identity_id}/video_identifications/{id}** Fetch the IDnow video identification session data ## Servers ## Parameters ### Path parameters - **user_id** (string) User id - **identity_id** (string) Identity or Legal representative id - **id** (string) Resource ID ## Responses ### 200 The video identification for the identity #### Body: (object) - **id** (string(uuid)) - **identity_id** (string(uuid)) - **idnow_id** (string) - **redirect_url** (string) - **statuses** (array[string]) - **data** (object) - **url** (string) - **has_files** (boolean) - **completed** (boolean) - **success** (boolean) - **rejected** (boolean) - **pending** (boolean) - **reason** (string) - **identificationtime** (string(datetime)) - **status** (string) ### 404 Resource not found. [Powered by Bump.sh](https://bump.sh)