Delete browser sessions for an invocation
Delete all browser sessions created within the specified invocation.
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
Browser sessions deleted successfully
no response body.
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" }}getList browsers for an invocation
Returns all active browser sessions created within the specified invocation.
getStream invocation events via SSE
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.