cURL
curl --request GET \ --url https://apigcp.trynia.ai/v2/oracle/history \ --header 'Authorization: Bearer <token>'
{ "sessions": [ { "session_id": "<string>", "query": "<string>", "created_at": "2023-11-07T05:31:56Z", "iterations": 123, "duration_ms": 123, "status": "<string>" } ] }
List recent Oracle research sessions for the authenticated API key
API key must be provided in the Authorization header
Number of sessions to return
1 <= x <= 100
Number of sessions to skip (for pagination)
0 <= x <= 500
Session history retrieved
Show child attributes