List projects (cursor-paginated; ?search=)
Projects are managed from the parent: every /projects/*
endpoint acts on the API key’s own (parent) org and ignores the
x-origami-project header. Newest first; a parent with no
projects gets an empty page — “you have no projects” is not an
error.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Opaque pagination cursor. Pass the nextCursor from the previous
page to fetch the next one; omit for the first page.
Max objects to return per page. Default 50, max 100 (the rows
endpoint allows up to 200 and documents its own limit).
1 <= x <= 100Case-insensitive substring match on the project name.
Response
A page of projects in the canonical list envelope.
The canonical v2 list envelope. Every list endpoint returns this
shape; per-endpoint items element types (and documented extras
like total) are declared on each operation.