Tool to retrieve a list of projects within a specified workspace. Use when you need to enumerate or page through projects under a given workspace.
skipintegerNumber of projects to skip for pagination (default: 0)
sortarraySort order for results as a list of sort fields. Format: ['field' or '-field']. Use '-' prefix for descending order. Examples: ['name'] for ascending by name, ['-created'] for descending by created date, ['name', '-updated'] for multiple sort criteria.
limitintegerMaximum number of projects to return (default: 10)
workspaceIdRequiredintegerThe numeric ID of the workspace to list projects from. Obtain this from the GET_WORKSPACES action.
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
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.