For AI agents: a documentation index is available at /llms.txt
Skip to main content

WaitForResponse

Response returned after a particular network response has been received

type WaitForResponse {
time: Float
status: Int
url: String
}

Fields

WaitForResponse.time ● Float scalar

The period of time elapsed, in milliseconds, waited for

WaitForResponse.status ● Int scalar

The status code response of the response

WaitForResponse.url ● String scalar

The URL parameter used to match the response with

Returned By

waitForResponse mutation

Was this page helpful?