List the endpoint catalogue
Jobs
List the endpoint catalogue
Every active endpoint, with its billing unit, price and currency, the kind of input
it takes and whether it accepts wait=true. Prices and limits live in configuration, not
in code, so read them here rather than hard-coding them.
Endpoints deactivated for maintenance are omitted.
GET
List the endpoint catalogue
Response
The catalogue.
Cursor pagination, used by every list in this API. Ask for the next page by passing
next_cursor back as cursor; stop when has_more is false. Cursors are opaque and
stable across inserts — never build one yourself.