Sample - Slack Web API
GET/admin.emoji.list

List organization custom emoji

Lists custom emoji for an Enterprise Grid organization. Use cursor to retrieve subsequent pages and limit to control the number of items returned in each page.

  • RetriesRetries up to 2×, 500ms backoff, 30s timeout.

3 parameters
tokenstringrequired
Authentication token with the `admin.teams:read` scope.
cursorstringoptional
Pagination cursor from the previous response's `next_cursor` value.
limitintegeroptional
Maximum number of emoji to return; must be between 1 and 1000 inclusive.

2 status codes
200Returns an object containing `ok: true` and the available custom emoji data.
okbooleanrequired
Allowed:true
defaultReturns an object containing `ok: false` when the emoji list cannot be retrieved.
okbooleanrequired
Allowed:false

Error handling

token is required and must have the admin.teams:read scope. If supplied, limit must be between 1 and 1000 inclusive, and cursor should contain the next_cursor value from the previous response.