Execute a search query against BlazeMeter entities using advanced filtering and sorting. Use when you need to find tests, multi-tests, masters, or other entities with complex criteria like name patterns, date ranges, or workspace filters.
skipintegerPagination offset - number of results to skip. Default is 0.
limitintegerMaximum number of results to return per request. Default is 15.
entityRequiredstringRoot entity to search for. Common values: 'test' for single tests, 'multi-test' for multi-tests, 'test-union' for both tests and multi-tests, 'master' for test executions, 'project' for projects.
fieldsarrayList of fields to return in the results. If null or empty list, returns all root entity fields. Example: ['id', 'name', 'created', 'updated']
filtersobjectFilter conditions using MongoDB-style operators like $and, $or, $ilike, $gt, $lt. Example: {'name': {'$ilike': '%test%'}} for case-insensitive name search, {'$and': [{'created': {'$gt': 1609459200}}, {'name': {'$ilike': '%load%'}}]} for complex filters.
orderingarraySort order array with field names and direction. Use 1 for ascending, -1 for descending. Example: [{'updated': -1}] for newest first, [{'name': 1}] for alphabetical.
accountIdSingle accountId (integer) or list of accountIds to filter. If null or not provided, searches across all accessible accounts.
workspaceIdSingle workspaceId (integer) or list of workspaceIds to filter. If null or not provided, searches across all accessible workspaces.
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.