curl --request GET \
--url https://apigcp.trynia.ai/v2/oracle/jobs \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}List Oracle research jobs for the authenticated user.
Returns jobs ordered by creation time (newest first).
curl --request GET \
--url https://apigcp.trynia.ai/v2/oracle/jobs \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}API key must be provided in the Authorization header
Filter by status: queued, running, completed, failed
1 <= x <= 100x >= 0Successful Response
Was this page helpful?