Skip to main content
GET
List Categories

Overview

Returns the org’s category catalog. Built-in defaults (Transcription, Speech, Dialogue, Routing, Tools, Latency, Telephony, Bug) use IDs like built-in:<name>. Custom categories created with Create Category use a UUID. Sorted alphabetically, so next_cursor is the name of the last item. Issue category is free-form on creation, this catalog is just used for autocomplete and faceted filters in the dashboard.

Headers

string
required
Your API key for authentication.

Query Parameters

integer
default:"50"
Number of categories to return. Minimum 1, maximum 100.
string
Opaque cursor returned as next_cursor from a previous page. For categories, this is the name of the last item from the previous page.

Response

array
Array of categories.
string | null
Cursor for the next page, or null.
null | array
null on success.

Docs for agents: llms.txt