List Intents
Intents
List Intents
Retrieves a paginated list of the authenticated client’s intents, newest first.
GET
List Intents
Headers
Rhinestone API key
API version (YYYY-MM.name). Will become required in a future release.
Pattern:
^\d{4}-\d{2}\.[a-z0-9]+$Example:
"2026-01.alps"
Query Parameters
Opaque cursor from a previous response (pagination.nextCursor). Omit for the first page.
Pattern:
^\d+$Example:
"1024"
Max items per page (max 100)
Required range:
1 <= x <= 100Example:
20