Skip to content

Comments

feat: add GET /internal/caches endpoint to list cache entries#204

Draft
dawidmalina wants to merge 1 commit intofalcondev-oss:devfrom
dawidmalina:feat/list-caches-api
Draft

feat: add GET /internal/caches endpoint to list cache entries#204
dawidmalina wants to merge 1 commit intofalcondev-oss:devfrom
dawidmalina:feat/list-caches-api

Conversation

@dawidmalina
Copy link
Contributor

Supports optional filtering by key (prefix match) and version, with page/limit pagination (default 20, max 100). Returns { items, total, page, limit }.

Adds e2e tests covering default listing, key/version filtering, pagination, and input validation.

Supports optional filtering by `key` (prefix match) and `version`,
with `page`/`limit` pagination (default 20, max 100).
Returns `{ items, total, page, limit }`.

Adds e2e tests covering default listing, key/version filtering,
pagination, and input validation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant