Skip to main content
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",
    "url": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "completedAt": "2023-11-07T05:31:56Z",
    "buildLogs": "<string>",
    "failureReason": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Use your Anything API key as the Basic auth username and leave the password empty. Example credentials: anything_xxx:

Path Parameters

deploymentId
string<uuid>
required

Response

Deployment detail

deployment
object
required