List Projects
List the workspace’s projects, newest first. The implicit Default
project is not a row and is never listed; resources with no
project_id live in it. Archived projects are hidden unless
include_archived=true. Cursor-paginated: omit cursor for the
first page; walk pages while has_more is true (default page size
50, max 200).
Authentication
Enter your API key with the Bearer prefix, e.g. ‘Bearer sk_…’.
Headers
Query parameters
Max items per page (default 50, max 200).
Include archived projects. Defaults to false, so the list shows
only live projects; archived ones stay readable by id.
Response headers
Response
Opaque keyset cursor for the next page. Pass back as the
cursor request parameter. null when the caller has
reached the end of the list (has_more is also false
in that case).