List Categories
Categories
List Categories
List issue categories.
GET
List Categories
Documentation Index
Fetch the complete documentation index at: https://docs.bland.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Returns the org’s category catalog. Built-in defaults (Transcription, Speech, Dialogue, Routing, Tools, Latency, Telephony, Bug) use IDs likebuilt-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
Your API key for authentication.
Query Parameters
Number of categories to return. Minimum 1, maximum 100.
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 of categories.
Cursor for the next page, or
null.null on success.Docs for agents: llms.txt