Projects
List Account projects
Returns projects from team workspaces owned by the authenticated Account, ordered by creation time and project ID descending. Deleted, admin-hidden, personal-workspace, and cross-Account projects are excluded.
The deployment filter uses Replit's eventually consistent live-deployment projection. A missing projection row is treated as not deployed.
get/projects
Query parameters
workspaceIdstring
Restrict results to a workspace owned by the authenticated Account.
limitinteger
Maximum number of records to return.
cursorstring
Opaque pagination cursor returned by the previous response.
searchstring
Case-insensitive literal match on project title, slug, or description.
hasDeploymentboolean
Restrict results by the current live-deployment projection.
Response
Project list.