Skip to main content
GET
/
applications
/
v1
/
deployments
/
{id}
/
stream
Stream deployment progress
curl --request GET \
  --url https://api.case.dev/applications/v1/deployments/{id}/stream \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

id
string
required

Workflow run ID

Query Parameters

projectId
string
required

Project ID (for authorization)

startIndex
number

Resume stream from this index (for reconnection)

Response

Success