curl --request GET \
--url https://apigcp.trynia.ai/v2/oracle/sessions \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}List Oracle research sessions for the authenticated API key.
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 \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?