curl --request GET \
--url https://apigcp.trynia.ai/v2/oracle/sessions/{session_id}/messages \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get chat messages for an Oracle research session.
Returns the conversation history including the original query/report and any follow-up messages.
curl --request GET \
--url https://apigcp.trynia.ai/v2/oracle/sessions/{session_id}/messages \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?