Observe page
This endpoint observes the actions available on a given URL within the session’s environment.
Parameters
Optional parameter to specify the session ID. The session ID of the session within which the environment will be observed.
Required parameter to specify the URL to observe. The URL to analyze and fetch available actions.
Optional parameter to keep the session alive beyond its timeout period.
Default is false
.
Optional parameter to set a custom timeout for the session.
Specify the timeout in minutes. Default is 10
.
Response
The unique identifier for the session used in the observation.
The title of the observed page.
The URL of the observed page.
The timestamp when the observation was performed, in ISO 8601 format.
A base64-encoded screenshot of the observed page, if requested.
The data retrieved during the observation.
The available action space, including descriptions and categories.
Error Responses
Invalid request. This error is returned when the input parameters are not valid or a required parameter is missing.
Internal server error. This error is returned when the server encounters an unexpected condition.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.