curl --request GET \
--url https://apigcp.trynia.ai/v2/oracle/jobs/{job_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Get the status and details of an Oracle research job.
Returns full job details including result if completed. Includes fallback to check Hatchet state if job appears stuck in running state.
curl --request GET \
--url https://apigcp.trynia.ai/v2/oracle/jobs/{job_id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.trynia.ai/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?