---
title: "Get details on a registered file"
method: GET
path: "/v3/ai/file-registrations/{fileRegistrationId}"
tags: ["AiGenerator"]
---

# Get details on a registered file

`GET /v3/ai/file-registrations/{fileRegistrationId}`

# Get Registered File Details

Gets details for a registered file.  This endpoint is used after a call to `POST beta/ai/file-registrations`, passing the `id` value from the result of that call.

## Path parameters

- `fileRegistrationId` string, required

## Response `200`

Returns the response

- GetFileRegistrationResponse
  - `id` string, nullable
  - `preview_urls` PreviewUrl[], nullable
    - `preview_size` string, nullable
    - `image_url` string, nullable
    - `width` integer
    - `height` integer

## Other responses

- `400` — The request was invalid
- `403` — Not authorized
- `404` — FileRegistrationIdNotFound

---

[API](https://skmtc.net/gettyimages/apis/getty-images-api.md) · [All operations](https://skmtc.net/gettyimages/apis/getty-images-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gettyimages/getty-images-api/revisions/29f239eeae86/schema)
