---
title: "Get a custom emoji"
method: GET
path: "/api/v4/emoji/{emoji_id}"
tags: ["emoji"]
---

# Get a custom emoji

`GET /api/v4/emoji/{emoji_id}`

Get some metadata for a custom emoji.
##### Permissions
Must be authenticated.

## Path parameters

- `emoji_id` string, required

## Response `200`

Emoji retrieval successful

- 38cb7293Emoji
  - `id` string — The ID of the emoji
  - `creator_id` string — The ID of the user that made the emoji
  - `name` string — The name of the emoji
  - `create_at` integer — The time in milliseconds the emoji was made
  - `update_at` integer — The time in milliseconds the emoji was last updated
  - `delete_at` integer — The time in milliseconds the emoji was deleted

## Other responses

- `400` — Invalid or missing parameters in URL or request body
- `401` — No access token provided
- `404` — Resource not found
- `501` — Feature is disabled

---

[API](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools.md) · [All operations](https://skmtc.dev/infomaniak/apis/api-reference-developer-tools/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/infomaniak/api-reference-developer-tools/revisions/667aae28fec6/schema)
