Retrieves a paginated list of multi-tests within a BlazeMeter workspace. Multi-tests allow you to run multiple test configurations together. Use this to list, filter by project, and paginate through available multi-tests. Requires workspaceId (obtain via GET_WORKSPACES).
skipintegerNumber of multi-tests to skip for pagination (default is 0)
sortarraySorting criteria as a list of field:direction strings. Valid fields include 'name', 'created', 'updated'. Direction can be 'asc' or 'desc' (prefix with '-' for descending).
limitintegerMaximum number of multi-tests to return per page (default is 10)
projectIdintegerOptional filter to retrieve multi-tests only from a specific project within the workspace. Obtain project ID using GET_PROJECTS action.
workspaceIdRequiredintegerID of the workspace to retrieve multi-tests from. Required to list multi-tests. Obtain workspace ID using 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.