Get a card capture session
GET/api/cardcapture/session/:key
Retrieves the current state of a card capture session identified by the given key. Returns session metadata including status, dialog association, and capture progress.
Request
Responses
- 200
- 401
- 403
- 404
- 500
Session found and returned successfully.
Authentication failed — token is missing, expired, or invalid.
Caller does not have the required role.
No session exists for the given key.
An unexpected server error occurred.