Simplex home page
Search...
⌘K
Ask AI
Support
Get Started
Get Started
Search...
Navigation
SDK (Python/TypeScript)
Network Requests and Responses
Documentation
API/SDK Reference
SDK (Python/TypeScript)
Constructor and Session Lifecycle
Agentic
Actions
Extractors
File Upload and Download
Login Sessions
Dialogs
Network Requests and Responses
CAPTCHAs
Helper functions
API Reference
GET
Retrieve Session Replay
GET
Retrieve Session Logs
On this page
get_network_response
SDK (Python/TypeScript)
Network Requests and Responses
get_network_response
Python
TypeScript
Copy
Ask AI
def
get_network_response
(
self
,
request_url
:
str
) ->
str
:
request_url
string
required
URL of the network request to get the response from. Can be a partial URL if it uniquely identifies the request.
return
str
Response from the network request. Often JSON.
raises
ValueError
Raises ValueError if the API request fails or if the API key is not set.
Was this page helpful?
Yes
No
Dialogs
CAPTCHAs
Assistant
Responses are generated using AI and may contain mistakes.