---
title: "Get a list of custom emoji"
method: GET
path: "/api/v4/emoji"
tags: ["emoji"]
---

# Get a list of custom emoji

`GET /api/v4/emoji`

Get a page of metadata for custom emoji on the system.##### Permissions
Must be authenticated.

## Query parameters

- `page` integer
- `per_page` integer
- `sort` string

## Response `200`

Emoji list 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
- `403` — Do not have appropriate permissions
- `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)
