Returns zombies the caller has access to in the given workspace. Keyset paginated over (created_at DESC, id DESC). Omit cursor for the first page; pass the response cursor back verbatim to fetch the next page. cursor is null when the last page has been reached. Response envelope follows the RAD §8 items/total convention (total is the size of this page, not a global count).
Documentation Index
Fetch the complete documentation index at: https://docs.usezombie.com/llms.txt
Use this file to discover all available pages before exploring further.
Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth
UUIDv7 of the workspace.
Opaque page cursor from a prior response's cursor field, formatted {created_at_epoch_ms}:{zombie_id}. Omit for the first page.
Page size. Defaults to 20. Clamped to a maximum of 100.
1 <= x <= 100