curl --request GET \
--url https://apigcp.trynia.ai/v2/oracle/sessions/{session_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Retrieve the full details of a single Oracle research session.
This is the new primary endpoint. The old /oracle/history/ endpoint is deprecated but still operational.
curl --request GET \
--url https://apigcp.trynia.ai/v2/oracle/sessions/{session_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?