curl --request GET \
--url https://local.withsutro.com/applications/{applicationId}/versions/{version}/deployment/{deploymentId} \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"status": "<string>"
}curl --request GET \
--url https://local.withsutro.com/applications/{applicationId}/versions/{version}/deployment/{deploymentId} \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'{
"status": "<string>"
}Builder authentication and authorization
A unique identifier for the API Client making a request
A semver compatible version string A version string for an Application
"1.2.34"
The current status of the deployment
"InProgress"
"Successful"
"Failed"
Was this page helpful?