Skip to main content

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

Schema

  • Array [

  • id int32required
    message stringnullable
    name stringrequired
    success booleannullable
  • ]

Loading...