List Dictionary Entries

List dictionary entries for a single locale in the current workspace. Returns a paginated list of entries for the BCP-47 `language` locale specified via the `?language=` query parameter (required, e.g. `ko-kr`). Use `GET /dictionary/search` instead when you need to match by word text across multiple locales, or `GET /dictionary/languages` to discover which locales have entries before filtering here. `audio_url` on entries with `method=recorded` is a short-lived presigned URL — do not cache it across sessions.

Authentication

AuthorizationBearer
Clerk JWT token
OR
AuthorizationBearer

Onepin live API key (op_live_...). Test and public keys are reserved in Phase 1.

Headers

X-Workspace-Idstring or nullOptional

Query parameters

methodlist of enums or nullOptional

Filter by one or more entry methods. Repeat to OR: ?method=spelled&method=recorded. Omit to return all methods.

Allowed values:
sortenumOptionalDefaults to created_at

Field to sort by. uses_count ranks the most-applied entries first, useful for auditing high-impact corrections.

Allowed values:
orderenumOptionalDefaults to desc
Sort direction.
Allowed values:
offsetintegerOptional>=0Defaults to 0

Zero-based pagination offset.

limitintegerOptional1-50Defaults to 20

Page size (max 50).

languageenumRequired

BCP-47 language code, e.g. en-us, ko-kr

Response

Successful Response
datalist of objects
metaobject
paginationobject

Errors

422
Unprocessable Entity Error