Skip to content

Get session result

GET
/audit/sessions/{sessionId}
curl --request GET \
--url https://example.com/audit/sessions/example

Get the result of a session including any checks run as part of it, their results and risk signals. operationId: getSessionResult

sessionId
required
string

Unique identifier for the session

Media type application/json
object
investigationId
string format: uuid
outcome
One of:
object
endState
string
Allowed values: SUCCESS
customerIntention
string
Allowed values: HOLD HELP CONTINUE CANCEL
Example
{
"outcome": {
"endState": "SUCCESS",
"customerIntention": "HOLD"
}
}