feat: add list endpoint for out-of-band records#4046
feat: add list endpoint for out-of-band records#4046swcurran merged 7 commits intoopenwallet-foundation:mainfrom
Conversation
Add GET /out-of-band/records endpoint to query OobRecord entries with pagination and filtering support. This addresses the lack of any way to discover or list existing OOB records in the wallet. 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: kukgini <kukgini@gmail.com>
|
I created this PR by referencing the connection route implementation. However, someone pointed out the following. Could you please check?:
|
… list endpoint Signed-off-by: kukgini <kukgini@gmail.com>
Signed-off-by: kukgini <kukgini@gmail.com>
…ad of for loops. Signed-off-by: kukgini <kukgini@gmail.com>
Signed-off-by: kukgini <kukgini@gmail.com>
|
jamshale
left a comment
There was a problem hiding this comment.
I think this is fine to add to the api 👍
I'm not sure about this... |
|
@PatStLouis -- can you please backport this to the 1.3 and 1.2 (if applicable) LTS branches, so we can include it in the next releases? I assume that is a quick task. |



Add GET /out-of-band/records endpoint to query OobRecord entries with pagination and filtering support. This addresses the lack of any way to discover or list existing OOB records in the wallet.
Supports filtering by state, role, connection_id, and invi_msg_id, plus standard pagination parameters (limit, offset, order_by, descending).
Closes #4044