feat: backport list endpoint for out-of-band records to 1.3.lts#4057
Merged
swcurran merged 1 commit intoopenwallet-foundation:1.3.ltsfrom Feb 23, 2026
Merged
Conversation
Backport of b6c82ac from main. Adds GET /out-of-band/records endpoint to query OobRecord entries with pagination and filtering support. Supports filtering by state, role, connection_id, and invi_msg_id, plus standard pagination parameters (limit, offset, order_by, descending). Closes openwallet-foundation#4044 Signed-off-by: Patrick St-Louis <patrick.st-louis@opsecid.ca> Co-authored-by: Cursor <cursoragent@cursor.com>
1124d32 to
5c3ed27
Compare
|
jamshale
approved these changes
Feb 20, 2026
swcurran
approved these changes
Feb 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Backport of #4045 (commit b6c82ac) to the 1.3.lts branch.
Adds
GET /out-of-band/recordsendpoint to queryOobRecordentries with pagination and filtering support. This addresses the lack of any way to discover or list existing OOB records in the wallet.state,role,connection_id, andinvi_msg_idlimit,offset,order_by,descending)Closes #4044
Test plan
Made with Cursor