Runs server-side without going through the browser. Combine withDocumentation Index
Fetch the complete documentation index at: https://momentic.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
saveAs to
feed the response into later steps.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | Request URL. |
method | string | No | HTTP method. Defaults to GET. |
headers | Record<string, string> | No | Request headers. |
params | Record<string, string> | No | Query parameters. |
body | unknown | No | Request body. |
contentType | string | No | Override the body content type. |
timeout | number | No | Maximum time in milliseconds. |
saveAs | string | No | Name of the variable to write this step’s return value to. |
retries | number | No | Number of times to retry the step on failure before failing the test. |
skipped | boolean | No | Skip this step at execution time. |
comment | string | No | Free-form annotation kept with the step. |