---
title: "Returns the image of the entity with the specified id."
method: GET
path: "/files/images/{entityName}/{entityId}"
tags: ["images"]
---

# Returns the image of the entity with the specified id.

`GET /files/images/{entityName}/{entityId}`

<Check title="Required Permissions" icon="key">Allows unauthenticated access.</Check>

## Path parameters

- `entityName` string, required
- `entityId` string, uuid, required

## Query parameters

- `width` number, double
- `height` number, double
- `crop` boolean

## Headers

- `Authorization` string, required

## Response `200`

OK

- string, binary

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/awork-io/apis/api-v1-reference.md) · [All operations](https://skmtc.net/awork-io/apis/api-v1-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/awork-io/api-v1-reference/versions/f784a53f60df/schema)
