curl
Session Operations
List Session Reviews
Return the full review and activity feed for a session, newest first. Response is a plain JSON array — no envelope, no pagination.
GET
curl
Authorizations
Path Parameters
UUID of the verification session. Must be a session owned by the same application as the API key — cross-application reads return 404.
Example:
"8c2f3a14-7e9b-4d23-9e83-3f7d5e8a1c6d"
Response
Activity feed for the session, newest first. The body is a JSON array (no pagination envelope). An empty array means the session has had no recorded activity yet.