Skip to main content
GET
List usage counts for all resources of a type

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

resource_type
enum<string>
required

The kind of AI resource to look up: action (a tool the AI can call), instruction (an AI instruction/behavior), or knowledge (a knowledge base item).

Available options:
action,
instruction,
knowledge

Query Parameters

cursor
string

Opaque pagination cursor from a previous next

limit
integer
default:50
Required range: 1 <= x <= 250

Response

Default Response

items
object[]
required
next
string | null
required