Get the log of a selected device's deployment
GET/api/management/v1alpha1/deployments/deployments/:deployment_id/devices/:device_id/log
Experimental API
This endpoint is experimental and may change or be removed without notice in future versions.
The response body for this endpoint include the device's deployment logs in text/plain format.
Request
Responses
- 200
- 401
- 402
- 404
- 500
Successful response, including the logs in text/plain format.
Unauthorized.
The resource requires a paid plan.
Not Found.
Internal Server Error.