Skip to content

feat: add pagination support for file metadata retrieval#106

Merged
adubovik merged 7 commits into
epam:developmentfrom
kryachkow:feat/94-paginated-file-metadata
Jun 25, 2026
Merged

feat: add pagination support for file metadata retrieval#106
adubovik merged 7 commits into
epam:developmentfrom
kryachkow:feat/94-paginated-file-metadata

Conversation

@kryachkow

@kryachkow kryachkow commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Applicable issues

Fixes #94

Description of changes

  • Add pagination support for file folder metadata via limit and token parameters.
  • Expose FileMetadata.next_token from API nextToken responses.
  • Update README docs and tests for sync/async file metadata pagination.

Checklist

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@kryachkow kryachkow requested a review from adubovik as a code owner June 10, 2026 07:58
@ypldan ypldan requested review from andrii-novikov and ypldan and removed request for adubovik June 22, 2026 12:39
Danylo_Kriachkov and others added 3 commits June 22, 2026 16:11
…nated-file-metadata

Co-authored-by: Cursor <cursoragent@cursor.com>

# Conflicts:
#	aidial_client/resources/files.py
#	aidial_client/resources/metadata.py
#	aidial_client/types/file.py
#	aidial_client/types/metadata.py
…ings and refactor type hints in test_metadata.py
Comment thread pyproject.toml Outdated
@adubovik adubovik enabled auto-merge (squash) June 25, 2026 10:22
@adubovik adubovik merged commit dd6dc6d into epam:development Jun 25, 2026
9 checks passed
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.

Support paginated folder metadata for files

2 participants