Get session result
GET
/audit/sessions/{sessionId}
const url = 'https://example.com/audit/sessions/example';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/audit/sessions/exampleGet the result of a session including any checks run as part of it, their results and risk signals. operationId: getSessionResult
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” sessionId
required
string
Unique identifier for the session
Responses
Section titled “ Responses ” Media type application/json