Blazemeter icon

Blazemeter

Performance and functional testing platform for projects, tests, schedules, private locations, agents, and BlazeMeter DSL conversions.

Supports QA engineering that schedules API monitoring runs, provisions private testing locations and agents, and organizes tests with tags and search.

Example Use Cases

These are the Blazemeter actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

Get Masters Reports Main Summary

Tool to retrieve request statistics summary for a master test run. Use when you need high-level performance metrics including response times, throughput, error rates, and percentiles for a completed or running test execution.

Get Multi Test

Tool to retrieve details of a specific multi-test. Use after creating or listing multi-tests when you need full configuration and status. Minimal example: "Get multi-test 12345678 with populated tests."

Get Private Locations

Tool to retrieve a list of private locations filtered by account or workspace. Use when you need to list available private locations for performance testing.

Get Project Details

Tool to retrieve detailed information about a specific project by its ID. Use when you need to fetch metadata for a single project including name, description, workspace association, and timestamps.

Get Regions

Tool to retrieve a list of all available test regions for API monitoring. Use when you need to identify valid region codes for scheduling tests or determining where tests can run.

Get Test Details

Tool to retrieve complete details of a specific test by its ID. Use when you need full information about a test including configuration, executions, tags, and metadata.

Get Tests

Retrieve a list of performance tests filtered by workspace or project. Either workspaceId or projectId is required. Use this action to list all tests within a specific workspace or project, with support for pagination and sorting. Example: Get all tests in workspace 2225472: {"workspaceId": 2225472, "limit": 10}

Get Workspace Assets

Tool to retrieve all data models (assets) in a workspace for Test Data Management. Use when you need to list or search for test data assets within a specific workspace.

Get Workspace Details

Tool to retrieve detailed information about a specific workspace by its ID. Use when you need to fetch workspace configuration, owner details, member count, allowances, available locations, and capabilities.

Start Test

Tool to start a preconfigured performance load test. Use when you need to execute a test that has already been created and configured. Returns a masterId that can be used to track test status, stop the test, or retrieve results.