# Get migration logs for an image

Endpoint: GET /har/api/v1/replication/rules/{id}/migration/images/{image_id}/logs
Version: 1.0
Security: x-api-key

## Path parameters:

  - `id` (string, required)

  - `image_id` (string, required)

## Response 400 fields (application/json):

  - `code` (string, required)
    The HTTP error code
    Example: "404"

  - `details` (object)
    Additional context and details about the error.
May include field-specific validation errors or debugging information.
    Example: {"field":"registry_identifier","reason":"Registry does not exist in the specified project","value":"invalid-registry"}

  - `message` (string, required)
    Human-readable error message explaining what went wrong
    Example: "Registry not found"


