Concepts glossary

Data model

Eight composable primitives. Everything in an API response is one of these. Click any card to see the response shape.

Cursor pagination

All list endpoints use opaque cursor pagination. The response includes a nextCursor field — pass it as ?cursor= in the next request. Default limit: 20. Maximum: 100.