Skip to main content
GET
/
oracle
/
sessions
List Oracle Sessions
curl --request GET \
  --url https://apigcp.trynia.ai/v2/oracle/sessions \
  --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.

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
skip
integer
default:0
Required range: 0 <= x <= 500

Response

Successful Response