Page through your team’s characters, newest first.
Documentation Index
Fetch the complete documentation index at: https://docs.aurous-labs.com/llms.txt
Use this file to discover all available pages before exploring further.
GET /v1/characters returns a cursor-paginated list of your team’s characters, ordered by created_at descending. Soft-deleted characters are excluded.
synthesizing / reviewing and need attention.limit (1–100, default 20) and starting_after (the next_cursor value from the previous response, which is the id of the last character returned). Stop when next_cursor is null.
The cursor convention is consistent across every paginated V1 endpoint — starting_after to advance, next_cursor to receive the next anchor.
characters_get — 120 requests/min sustained, 240 burst per team.deleted characters. To enumerate everything for an audit, you need to track deletions out-of-band — deletes are soft and the character stays for IDs to remain valid forever, but the list endpoint hides them.next_cursor is the last returned character’s id (the opaque char_<ulid>). Pass it back as starting_after on the next request — don’t synthesize cursors yourself.GET /v1/characters/{id} (no shrunk “summary” shape); pages are bounded by limit, not by payload size.Your team API key (starts with al_live_).
Optional API version pin (YYYY-MM-DD). Defaults to your team's pinned version, or the system default 2026-05-15 for unauthenticated requests.
^\d{4}-\d{2}-\d{2}$"2026-05-15"
Items per page (1-100, default 20)
20
Cursor — opaque char_<ulid> from a prior page
"char_01HXMQ7Z3K8Y2NABCDEFGHJKMR"
Cursor-paginated list of characters
Discriminator
list "list"
Array of CharacterResponse items
True when the next page exists
true
Pass as ?starting_after= on the next request. null when has_more is false.
"img_01HXMQ7Z3K8Y2ABCDEFGHJKM"