Momentic home page
Search...
⌘K
AI steps
AI action (beta)
AI check
AI extract
Primitive steps
Element check
Page check
Click
Type
Press
Key down
Key up
Hover
Scroll
Drag and drop
Select
Cookie
Wait
Wait for URL
Local storage
File upload
Switch tab
New tab
Navigate
Refresh
Copy
Paste
Set header
Register request listener
Await listener
Record requests
Get recorded requests
Advanced steps
JavaScript
Visual diff
Save auth state
Load auth state
Book a demo
Support
Log in
Momentic home page
Search...
⌘K
Ask AI
Book a demo
Support
Log in
Log in
Search...
Navigation
Primitive steps
Get recorded requests
Documentation
Steps
Changelog
Documentation
Steps
Changelog
Primitive steps
Get recorded requests
Copy page
Retrieve recorded requests
Copy page
Retrieve recorded requests from a given recorder key. This step must be used after the
record requests
step to access the captured requests and their responses.
Inputs
Recorder key
string
required
The unique key of the recorded requests you want to retrieve. This key should match the one used in the
record requests
step.
Outputs
Requests
Array
Show properties
request
Request object
required
Show properties
url
string
required
The URL of the request that matched the pattern.
method
string
required
The HTTP method of the request (e.g., GET, POST).
headers
object
required
A key-value object containing the request headers.
json
object
The JSON body of the request. This will be undefined if the content-type is not JSON.
text
string
The raw body of the request. This will be undefined if the content-type is not text.
response
Response object
Show properties
status
number
required
The HTTP status code of the response.
headers
object
required
A key-value object containing the response headers.
json
object
The JSON body of the response. This will be undefined if the content-type is not JSON.
text
string
The raw body of the response. This will be undefined if the content-type is not text.
Was this page helpful?
Yes
No
Previous
JavaScript
Execute arbitrary JavaScript in a Node.js sandbox or in the browser
Next
On this page
Inputs
Outputs
Assistant
Responses are generated using AI and may contain mistakes.