POST
/
env
/
observe
{
  "session_id": "<string>",
  "error": "<string>",
  "title": "<string>",
  "url": "<string>",
  "timestamp": "2023-11-07T05:31:56Z",
  "data": "",
  "space": {
    "description": "<string>",
    "actions": [
      {
        "id": "<string>",
        "description": "<string>",
        "category": "<string>",
        "params": [
          {
            "name": "<string>",
            "type": "<string>",
            "default": "<string>",
            "values": [
              "<string>"
            ]
          }
        ],
        "status": "valid"
      }
    ],
    "category": "<string>"
  }
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
session_id
string | null
keep_alive
boolean
default:false
session_timeout
integer
default:10
screenshot
boolean | null
url
string | null

Response

200
application/json
Successful Response
session_id
string
required
title
string
required
url
string
required
timestamp
string
required
error
string | null
screenshot
file | null
data
string
default:
space
object | null