POST
/
action
/
results_browser_operator
curl --request POST \
  --url https://api-lr.agent.ai/v1/action/results_browser_operator \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "browser_operator_session": "{{browser_operator_session}}",
  "output_variable_name": "browser_operator_results"
}'
{
  "status": 200,
  "response": {
    "execution_time": 65537.347,
    "gif": "https://s3.us-east-2.amazonaws.com/asset-uploads.agent.ai/browser_NTF5Cuvz2LZpctWfYZJSow.gif",
    "live_url": "https://app.hyperbrowser.ai/live?token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzZXNzaW9uSWQiOiIxOTZiNDc3YS05NzQxLTQwNmUtYThlMS0xNGFiOTdhY2E5ZjIiLCJ0ZWFtSWQiOiIxOTdhZTAzNS0zYmJlLTQwNDMtODliYi0zZmRmOTE3OTBiOTciLCJpYXQiOjE3Mzk3ODAxMjcsImV4cCI6MTczOTgyMzMyN30.JOlCMyeSVqMdsXEMAIdMP3rwuz1XUMVss_8Sn4IFTy0&keepAlive=true",
    "prompt": "how were hubspot's Q4 2024 financial results? use bing.com",
    "results": "HubSpot's Q4 2024 financial results exceeded expectations, with an earnings per share (EPS) of $2.32 compared to a forecast of $2.19 and total revenue of $703.2 million versus the projected $673.65 million.",
    "session_id": "196b477a-9741-406e-a8e1-14ab97aca9f2",
    "thoughts": [
      {
        "evaluation_previous_goal": "Success - The browser is started and ready for a new task.",
        "memory": "The task involves finding HubSpot's Q4 2024 financial results using bing.com.",
        "next_goal": "Open a new tab and navigate to bing.com to search for HubSpot's Q4 2024 financial results.",
        "page_summary": "The current page is blank with no interactive elements available."
      },
      {
        "evaluation_previous_goal": "Success - The page for Bing opened correctly without issues.",
        "memory": "Currently on Bing to find HubSpot's Q4 2024 financial results.",
        "next_goal": "Enter the query 'HubSpot Q4 2024 financial results' into the search bar.",
        "page_summary": "Currently on Bing's homepage with a search input available."
      },
      {
        "evaluation_previous_goal": "Success - The search term is correctly entered.",
        "memory": "Search query 'HubSpot Q4 2024 financial results' entered in Bing. Ready to search for results.",
        "next_goal": "Initiate the search to find the financial results for HubSpot Q4 2024.",
        "page_summary": "Query 'HubSpot Q4 2024 financial results' is ready in the search bar with related suggestions."
      },
      {
        "evaluation_previous_goal": "Success - The search results provide the required financial information for HubSpot's Q4 2024.",
        "memory": "HubSpot's Q4 2024 results: EPS of $2.32, total revenue $703.2M, beat expectations. Task complete.",
        "next_goal": "Complete the task by summarizing the findings.",
        "page_summary": "Search results indicate HubSpot's Q4 2024 financials surpass expectations. Earnings per share (EPS) reported at $2.32, exceeding forecast of $2.19, with total revenue at $703.2 million, beating projected $673.65 million."
      }
    ],
    "uuid": "NTF5Cuvz2LZpctWfYZJSow"
  }
}

Authorizations

Authorization
string
header
required

Bearer token from your account (https://agent.ai/user/settings#credits)

Body

application/json
browser_operator_session
string
required

The browser operator session details obtained from the 'Start Browser Operator' action.

Example:

"{{browser_operator_session}}"

output_variable_name
string
required

Provide a variable name to store the browser operator results.

Example:

"browser_operator_results"

Response

200
application/json
Browser operator results retrieved successfully
status
integer

HTTP status code of the action response

response
object

Response data from the action