Error
A valid request URL is required to generate request examples{
"deployment": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectGroupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "PENDING",
"url": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"buildLogs": "<string>",
"failureReason": "<string>"
}
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}Deployments
Get deployment status
Returns the current state of a deployment, including build logs if available.
GET
/
v0
/
api
/
deployments
/
{deploymentId}
Error
A valid request URL is required to generate request examples{
"deployment": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"projectGroupId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"status": "PENDING",
"url": "<string>",
"createdAt": "2023-11-07T05:31:56Z",
"completedAt": "2023-11-07T05:31:56Z",
"buildLogs": "<string>",
"failureReason": "<string>"
}
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}{
"error": "<string>",
"details": [
"<unknown>"
],
"message": "<string>"
}Was this page helpful?