blazemeter_account
Retrieve account details by ID or list all accounts to select the correct BlazeMeter account. Includes AI consent information at account level.
Instructions
Operations on account users.
Use this when a user needs to select a account.
Actions:
- read: Read a Account. Get the information of a account.
args(dict): Dictionary with the following required parameters:
account_id (int): The id of the account to get information.
- list: List all accounts.
args(dict): Dictionary with the following required parameters:
limit (int, default=10, valid=[1 to 50]): The number of tests to list.
offset (int, default=0): Number of tests to skip.
Hints:
- If you need to get the default account, use the project id to get the workspace and with that the account.
- Use the read operation if AI consent information is needed. The AI Consent it's located at account level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes | ||
| action | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| info | No | Info messages | |
| error | No | Error message | |
| total | No | Total available records | |
| result | No | Result | |
| warning | No | Warning messages | |
| has_more | No | More records per page to list |