/trial-sessions/{id}/interrogation
GET
/trial-sessions/{id}/interrogation
const url = 'https://kravos-orchestrator.onrender.com/trial-sessions/example/interrogation';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://kravos-orchestrator.onrender.com/trial-sessions/example/interrogationParameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters”id
required
string
Responses
Section titled “ Responses ”Default Response