DELETE
/invocations/{id}/browsersDelete all browser sessions created within the specified invocation.
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Invocation ID
Response Body
application/json
application/json
application/json
curl -X DELETE "https://example.com/invocations/string/browsers"Empty
{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}{ "code": "string", "message": "string", "details": [ { "code": "string", "message": "string" } ], "inner_error": { "code": "string", "message": "string" }}List browsers for an invocation GET
Returns all active browser sessions created within the specified invocation.
Stream invocation events via SSE GET
Establishes a Server-Sent Events (SSE) stream that delivers real-time logs and status updates for an invocation. The stream terminates automatically once the invocation reaches a terminal state.