v0 Platform API/API Reference/Deployments
Find Deployment Errors
Retrieves a list of errors that occurred during a specific deployment. Useful for diagnosing and debugging deployment issues.
GET/v1/deployments/{deploymentId}/errors
Usage
TypeScript Example
API Signature
Request
Path Parameters
deploymentId: string
The unique identifier of the deployment to inspect for errors. Provided as a path parameter.
Response
error?: string
fullErrorText?: string
errorType?: string
formattedError?: string