JavaScript
Deployments
Stream deployment events via SSE
Establishes a Server-Sent Events (SSE) stream that delivers real-time logs and status updates for a deployment. The stream terminates automatically once the deployment reaches a terminal state.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://tbd-6fc993ce-hypeship-docs-chrome-policy-on-demand.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The deployment ID to follow.
Query Parameters
Show logs since the given time (RFC timestamps or durations like 5m).
Example:
"2025-06-20T12:00:00Z"
Response
SSE stream of deployment state updates and logs.