Subscribe to the 'Map System Tests' system_test reports.
GET/tests/map/sync
This endpoint allows clients to subscribe to server-sent events (SSE) that sent system_test reports while it's running. P.S. When system_test ended there is no need to keep the connection open.
Request
Responses
- 200
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
id int32required
message stringnullable
name stringrequired
success booleannullable
[
{
"id": 0,
"message": "string",
"name": "string",
"success": true
}
]
Loading...