List one service's debit events in a session
GET/v1/organization/wallet/transaction-groups/:sessionId/items
Lists raw debit events for one service inside one session, scoped to the API-key application. The wallet is resolved from the application's unique wallet link. This is the second pagination layer: limit counts raw events and nextCursor is an opaque value that must be forwarded unchanged to request the next page.
Request
Responses
- 200
- 400
- 401
- 404
Debit events ordered newest first with cursor pagination.
Invalid session, service, date, limit, or cursor (INVALID_CURSOR).
Missing, invalid, expired, or deleted application API key.
The API-key application has no linked wallet.