Returns a list of projects filtered by workspace or team (one required), with optional archived status filter, supporting pagination for large datasets.
teamstringGID of the team to filter projects by. Either workspace OR team is REQUIRED. GIDs are numeric strings (digits only, e.g., '1205029116228052').
limitintegerNumber of projects to return per page (1-100).
offsetstringPagination offset token (JWT format) from a previous response's `next_page.offset` field. IMPORTANT: Use the COMPLETE token exactly as returned - tokens are long strings (~150-200 characters) with three base64 sections separated by dots (header.payload.signature). Do NOT truncat…
archivedbooleanFilter projects by archived status: `True` for archived only, `False` for unarchived only.
workspacestringGID of the workspace or organization to filter projects by. Either workspace OR team is REQUIRED. GIDs are numeric strings (digits only, e.g., '1205029116228052'). To find your workspace GID, call GET /workspaces.
opt_fieldsarrayArray of optional properties to include for richer project details, as the default response is compact. This is an array, not a comma-separated string. See `OptFieldsEnm0` for available fields.
opt_prettybooleanReturn JSON in a 'pretty' format (indented, line breaks). For debugging only due to increased response size/time.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.