Our docs got a refresh! Check out the new content and improved navigation. For detailed API reference see our Python SDK docs and TypeScript SDK.
Description
API referenceEvaluations

List Apps

GET
/v1/apps
/v1/apps

The Authorization access token

Authorization

X-API-KEY<token>

In: header

Query Parameters

limitLimit

Default: 100

offsetOffset

Default: 0Minimum: 0
curl -X GET "https://api.patronus.ai/v1/apps?limit=100&offset=0" \
  -H "X-API-KEY: <token>"

Successful Response

{
  "apps": [
    {
      "name": "string"
    }
  ]
}