---
title: "get deployment by id"
method: GET
path: "/api/v1/deploy/application/deployments/{deployment_id}"
tags: ["api/v1/deploy", "application"]
---

# get deployment by id

`GET /api/v1/deploy/application/deployments/{deployment_id}`

#### Controller: 

`github.com/raghavyuva/nixopus-api/internal/features/deploy/controller.(*DeployController).GetDeploymentById`

#### Middlewares:

- `github.com/go-fuego/fuego.defaultLogger.middleware`
- `github.com/raghavyuva/nixopus-api/internal/routes.(*Router).SetupRoutes.(*Router).setupAuthentication.func2`
- `github.com/raghavyuva/nixopus-api/internal/routes.(*Router).applyMiddleware.func2`

---

## Path parameters

- `deployment_id` string, required

## Headers

- `Accept` string

## Response `200`

OK

- DeploymentResponse — DeploymentResponse schema
  - `data` object
    - `application` object, nullable
      - `base_path` string
      - `branch` string
      - `build_pack` string
      - `build_variables` string
      - `created_at` string, date-time
      - `deployments` object[]
        - `application` Application, nullable
          - `base_path` string
          - `branch` string
          - `build_pack` string
          - `build_variables` string
          - `created_at` string, date-time
          - `deployments` object[]
            - `application` Application — recursive
            - `application_id` unknown
            - `commit_hash` string
            - `container_id` string
            - `container_image` string
            - `container_name` string
            - `container_status` string
            - `created_at` string, date-time
            - `id` unknown
            - `logs` object[]
              - …
            - `status` object, nullable
              - …
            - `updated_at` string, date-time
          - `dockerfile_path` string
          - `domains` object[]
            - `application` Application — recursive
            - `application_id` unknown
            - `created_at` string, date-time
            - `domain` string
            - `id` unknown
          - `environment` string
          - `environment_variables` string
          - `family_id` unknown
          - `id` unknown
          - `is_live_deployment` boolean
          - `labels` string[]
          - `logs` object[]
            - `application` Application — recursive
            - `application_deployment` ApplicationDeployment
              - …
            - `application_deployment_id` unknown
            - `application_id` unknown
            - `created_at` string, date-time
            - `id` unknown
            - `log` string
            - `updated_at` string, date-time
          - `name` string
          - `organization` object, nullable
            - `created_at` string, date-time
            - `id` unknown
            - `logo` string, nullable
            - `metadata` string, nullable
            - `name` string
            - `slug` string
          - `organization_id` unknown
          - `port` integer
          - `post_run_command` string
          - `pre_run_command` string
          - `proxy_server` string
          - `repository` string
          - `status` object, nullable
            - `application` Application — recursive
            - `application_id` unknown
            - `created_at` string, date-time
            - `id` unknown
            - `status` string
            - `updated_at` string, date-time
          - `updated_at` string, date-time
          - `user` object, nullable
            - `avatar` string
            - `created_at` string, date-time
            - `email` string
            - `email_verified` boolean
            - `id` unknown
            - `image` string, nullable
            - `is_onboarded` boolean
            - `is_verified` boolean
            - `name` string
            - `organization_users` object[]
              - …
            - `organizations` object[]
              - …
            - `supertokens_user_id` string
            - `updated_at` string, date-time
            - `username` string
          - `user_id` unknown
        - `application_id` unknown
        - `commit_hash` string
        - `container_id` string
        - `container_image` string
        - `container_name` string
        - `container_status` string
        - `created_at` string, date-time
        - `id` unknown
        - `logs` object[]
          - `application` Application, nullable
            - `base_path` string
            - `branch` string
            - `build_pack` string
            - `build_variables` string
            - `created_at` string, date-time
            - `deployments` object[]
              - …
            - `dockerfile_path` string
            - `domains` object[]
              - …
            - `environment` string
            - `environment_variables` string
            - `family_id` unknown
            - `id` unknown
            - `is_live_deployment` boolean
            - `labels` string[]
            - `logs` object[]
              - …
            - `name` string
            - `organization` object, nullable
              - …
            - `organization_id` unknown
            - `port` integer
            - `post_run_command` string
            - `pre_run_command` string
            - `proxy_server` string
            - `repository` string
            - `status` object, nullable
              - …
            - `updated_at` string, date-time
            - `user` object, nullable
              - …
            - `user_id` unknown
          - `application_deployment` ApplicationDeployment
            - `application` object, nullable
              - …
            - `application_id` unknown
            - `commit_hash` string
            - `container_id` string
            - `container_image` string
            - `container_name` string
            - `container_status` string
            - `created_at` string, date-time
            - `id` unknown
            - `logs` object[], nullable
              - …
            - `status` object, nullable
              - …
            - `updated_at` string, date-time
          - `application_deployment_id` unknown
          - `application_id` unknown
          - `created_at` string, date-time
          - `id` unknown
          - `log` string
          - `updated_at` string, date-time
        - `status` object, nullable
          - `application_deployment` ApplicationDeployment
            - `application` object, nullable
              - …
            - `application_id` unknown
            - `commit_hash` string
            - `container_id` string
            - `container_image` string
            - `container_name` string
            - `container_status` string
            - `created_at` string, date-time
            - `id` unknown
            - `logs` object[], nullable
              - …
            - `status` object, nullable
              - …
            - `updated_at` string, date-time
          - `application_deployment_id` unknown
          - `created_at` string, date-time
          - `id` unknown
          - `status` string
          - `updated_at` string, date-time
        - `updated_at` string, date-time
      - `dockerfile_path` string
      - `domains` object[]
        - `application` Application, nullable
          - `base_path` string
          - `branch` string
          - `build_pack` string
          - `build_variables` string
          - `created_at` string, date-time
          - `deployments` object[]
            - `application` Application — recursive
            - `application_id` unknown
            - `commit_hash` string
            - `container_id` string
            - `container_image` string
            - `container_name` string
            - `container_status` string
            - `created_at` string, date-time
            - `id` unknown
            - `logs` object[]
              - …
            - `status` object, nullable
              - …
            - `updated_at` string, date-time
          - `dockerfile_path` string
          - `domains` object[]
            - `application` Application — recursive
            - `application_id` unknown
            - `created_at` string, date-time
            - `domain` string
            - `id` unknown
          - `environment` string
          - `environment_variables` string
          - `family_id` unknown
          - `id` unknown
          - `is_live_deployment` boolean
          - `labels` string[]
          - `logs` object[]
            - `application` Application — recursive
            - `application_deployment` ApplicationDeployment
              - …
            - `application_deployment_id` unknown
            - `application_id` unknown
            - `created_at` string, date-time
            - `id` unknown
            - `log` string
            - `updated_at` string, date-time
          - `name` string
          - `organization` object, nullable
            - `created_at` string, date-time
            - `id` unknown
            - `logo` string, nullable
            - `metadata` string, nullable
            - `name` string
            - `slug` string
          - `organization_id` unknown
          - `port` integer
          - `post_run_command` string
          - `pre_run_command` string
          - `proxy_server` string
          - `repository` string
          - `status` object, nullable
            - `application` Application — recursive
            - `application_id` unknown
            - `created_at` string, date-time
            - `id` unknown
            - `status` string
            - `updated_at` string, date-time
          - `updated_at` string, date-time
          - `user` object, nullable
            - `avatar` string
            - `created_at` string, date-time
            - `email` string
            - `email_verified` boolean
            - `id` unknown
            - `image` string, nullable
            - `is_onboarded` boolean
            - `is_verified` boolean
            - `name` string
            - `organization_users` object[]
              - …
            - `organizations` object[]
              - …
            - `supertokens_user_id` string
            - `updated_at` string, date-time
            - `username` string
          - `user_id` unknown
        - `application_id` unknown
        - `created_at` string, date-time
        - `domain` string
        - `id` unknown
      - `environment` string
      - `environment_variables` string
      - `family_id` unknown
      - `id` unknown
      - `is_live_deployment` boolean
      - `labels` string[]
      - `logs` object[]
        - `application` Application, nullable
          - `base_path` string
          - `branch` string
          - `build_pack` string
          - `build_variables` string
          - `created_at` string, date-time
          - `deployments` object[]
            - `application` Application — recursive
            - `application_id` unknown
            - `commit_hash` string
            - `container_id` string
            - `container_image` string
            - `container_name` string
            - `container_status` string
            - `created_at` string, date-time
            - `id` unknown
            - `logs` object[]
              - …
            - `status` object, nullable
              - …
            - `updated_at` string, date-time
          - `dockerfile_path` string
          - `domains` object[]
            - `application` Application — recursive
            - `application_id` unknown
            - `created_at` string, date-time
            - `domain` string
            - `id` unknown
          - `environment` string
          - `environment_variables` string
          - `family_id` unknown
          - `id` unknown
          - `is_live_deployment` boolean
          - `labels` string[]
          - `logs` object[]
            - `application` Application — recursive
            - `application_deployment` ApplicationDeployment
              - …
            - `application_deployment_id` unknown
            - `application_id` unknown
            - `created_at` string, date-time
            - `id` unknown
            - `log` string
            - `updated_at` string, date-time
          - `name` string
          - `organization` object, nullable
            - `created_at` string, date-time
            - `id` unknown
            - `logo` string, nullable
            - `metadata` string, nullable
            - `name` string
            - `slug` string
          - `organization_id` unknown
          - `port` integer
          - `post_run_command` string
          - `pre_run_command` string
          - `proxy_server` string
          - `repository` string
          - `status` object, nullable
            - `application` Application — recursive
            - `application_id` unknown
            - `created_at` string, date-time
            - `id` unknown
            - `status` string
            - `updated_at` string, date-time
          - `updated_at` string, date-time
          - `user` object, nullable
            - `avatar` string
            - `created_at` string, date-time
            - `email` string
            - `email_verified` boolean
            - `id` unknown
            - `image` string, nullable
            - `is_onboarded` boolean
            - `is_verified` boolean
            - `name` string
            - `organization_users` object[]
              - …
            - `organizations` object[]
              - …
            - `supertokens_user_id` string
            - `updated_at` string, date-time
            - `username` string
          - `user_id` unknown
        - `application_deployment` ApplicationDeployment
          - `application` object, nullable
            - `base_path` string
            - `branch` string
            - `build_pack` string
            - `build_variables` string
            - `created_at` string, date-time
            - `deployments` object[]
              - …
            - `dockerfile_path` string
            - `domains` object[]
              - …
            - `environment` string
            - `environment_variables` string
            - `family_id` unknown
            - `id` unknown
            - `is_live_deployment` boolean
            - `labels` string[]
            - `logs` object[]
              - …
            - `name` string
            - `organization` object, nullable
              - …
            - `organization_id` unknown
            - `port` integer
            - `post_run_command` string
            - `pre_run_command` string
            - `proxy_server` string
            - `repository` string
            - `status` object, nullable
              - …
            - `updated_at` string, date-time
            - `user` object, nullable
              - …
            - `user_id` unknown
          - `application_id` unknown
          - `commit_hash` string
          - `container_id` string
          - `container_image` string
          - `container_name` string
          - `container_status` string
          - `created_at` string, date-time
          - `id` unknown
          - `logs` object[], nullable
            - `application` Application, nullable
              - …
            - `application_deployment` ApplicationDeployment — recursive
            - `application_deployment_id` unknown
            - `application_id` unknown
            - `created_at` string, date-time
            - `id` unknown
            - `log` string
            - `updated_at` string, date-time
          - `status` object, nullable
            - `application_deployment` ApplicationDeployment — recursive
            - `application_deployment_id` unknown
            - `created_at` string, date-time
            - `id` unknown
            - `status` string
            - `updated_at` string, date-time
          - `updated_at` string, date-time
        - `application_deployment_id` unknown
        - `application_id` unknown
        - `created_at` string, date-time
        - `id` unknown
        - `log` string
        - `updated_at` string, date-time
      - `name` string
      - `organization` object, nullable
        - `created_at` string, date-time
        - `id` unknown
        - `logo` string, nullable
        - `metadata` string, nullable
        - `name` string
        - `slug` string
      - `organization_id` unknown
      - `port` integer
      - `post_run_command` string
      - `pre_run_command` string
      - `proxy_server` string
      - `repository` string
      - `status` object, nullable
        - `application` Application, nullable
          - `base_path` string
          - `branch` string
          - `build_pack` string
          - `build_variables` string
          - `created_at` string, date-time
          - `deployments` object[]
            - `application` Application — recursive
            - `application_id` unknown
            - `commit_hash` string
            - `container_id` string
            - `container_image` string
            - `container_name` string
            - `container_status` string
            - `created_at` string, date-time
            - `id` unknown
            - `logs` object[]
              - …
            - `status` object, nullable
              - …
            - `updated_at` string, date-time
          - `dockerfile_path` string
          - `domains` object[]
            - `application` Application — recursive
            - `application_id` unknown
            - `created_at` string, date-time
            - `domain` string
            - `id` unknown
          - `environment` string
          - `environment_variables` string
          - `family_id` unknown
          - `id` unknown
          - `is_live_deployment` boolean
          - `labels` string[]
          - `logs` object[]
            - `application` Application — recursive
            - `application_deployment` ApplicationDeployment
              - …
            - `application_deployment_id` unknown
            - `application_id` unknown
            - `created_at` string, date-time
            - `id` unknown
            - `log` string
            - `updated_at` string, date-time
          - `name` string
          - `organization` object, nullable
            - `created_at` string, date-time
            - `id` unknown
            - `logo` string, nullable
            - `metadata` string, nullable
            - `name` string
            - `slug` string
          - `organization_id` unknown
          - `port` integer
          - `post_run_command` string
          - `pre_run_command` string
          - `proxy_server` string
          - `repository` string
          - `status` object, nullable
            - `application` Application — recursive
            - `application_id` unknown
            - `created_at` string, date-time
            - `id` unknown
            - `status` string
            - `updated_at` string, date-time
          - `updated_at` string, date-time
          - `user` object, nullable
            - `avatar` string
            - `created_at` string, date-time
            - `email` string
            - `email_verified` boolean
            - `id` unknown
            - `image` string, nullable
            - `is_onboarded` boolean
            - `is_verified` boolean
            - `name` string
            - `organization_users` object[]
              - …
            - `organizations` object[]
              - …
            - `supertokens_user_id` string
            - `updated_at` string, date-time
            - `username` string
          - `user_id` unknown
        - `application_id` unknown
        - `created_at` string, date-time
        - `id` unknown
        - `status` string
        - `updated_at` string, date-time
      - `updated_at` string, date-time
      - `user` object, nullable
        - `avatar` string
        - `created_at` string, date-time
        - `email` string
        - `email_verified` boolean
        - `id` unknown
        - `image` string, nullable
        - `is_onboarded` boolean
        - `is_verified` boolean
        - `name` string
        - `organization_users` object[]
          - `created_at` string, date-time
          - `deleted_at` string, date-time, nullable
          - `id` unknown
          - `organization` object, nullable
            - `created_at` string, date-time
            - `id` unknown
            - `logo` string, nullable
            - `metadata` string, nullable
            - `name` string
            - `slug` string
          - `organization_id` unknown
          - `updated_at` string, date-time
          - `user` User, nullable
            - `avatar` string
            - `created_at` string, date-time
            - `email` string
            - `email_verified` boolean
            - `id` unknown
            - `image` string, nullable
            - `is_onboarded` boolean
            - `is_verified` boolean
            - `name` string
            - `organization_users` object[]
              - …
            - `organizations` object[]
              - …
            - `supertokens_user_id` string
            - `updated_at` string, date-time
            - `username` string
          - `user_id` unknown
        - `organizations` object[]
          - `created_at` string, date-time
          - `id` unknown
          - `logo` string, nullable
          - `metadata` string, nullable
          - `name` string
          - `slug` string
        - `supertokens_user_id` string
        - `updated_at` string, date-time
        - `username` string
      - `user_id` unknown
    - `application_id` unknown
    - `commit_hash` string
    - `container_id` string
    - `container_image` string
    - `container_name` string
    - `container_status` string
    - `created_at` string, date-time
    - `id` unknown
    - `logs` object[], nullable
      - `application` Application, nullable
        - `base_path` string
        - `branch` string
        - `build_pack` string
        - `build_variables` string
        - `created_at` string, date-time
        - `deployments` object[]
          - `application` Application — recursive
          - `application_id` unknown
          - `commit_hash` string
          - `container_id` string
          - `container_image` string
          - `container_name` string
          - `container_status` string
          - `created_at` string, date-time
          - `id` unknown
          - `logs` object[]
            - `application` Application — recursive
            - `application_deployment` ApplicationDeployment
              - …
            - `application_deployment_id` unknown
            - `application_id` unknown
            - `created_at` string, date-time
            - `id` unknown
            - `log` string
            - `updated_at` string, date-time
          - `status` object, nullable
            - `application_deployment` ApplicationDeployment
              - …
            - `application_deployment_id` unknown
            - `created_at` string, date-time
            - `id` unknown
            - `status` string
            - `updated_at` string, date-time
          - `updated_at` string, date-time
        - `dockerfile_path` string
        - `domains` object[]
          - `application` Application — recursive
          - `application_id` unknown
          - `created_at` string, date-time
          - `domain` string
          - `id` unknown
        - `environment` string
        - `environment_variables` string
        - `family_id` unknown
        - `id` unknown
        - `is_live_deployment` boolean
        - `labels` string[]
        - `logs` object[]
          - `application` Application — recursive
          - `application_deployment` ApplicationDeployment
            - `application` object, nullable
              - …
            - `application_id` unknown
            - `commit_hash` string
            - `container_id` string
            - `container_image` string
            - `container_name` string
            - `container_status` string
            - `created_at` string, date-time
            - `id` unknown
            - `logs` object[], nullable
              - …
            - `status` object, nullable
              - …
            - `updated_at` string, date-time
          - `application_deployment_id` unknown
          - `application_id` unknown
          - `created_at` string, date-time
          - `id` unknown
          - `log` string
          - `updated_at` string, date-time
        - `name` string
        - `organization` object, nullable
          - `created_at` string, date-time
          - `id` unknown
          - `logo` string, nullable
          - `metadata` string, nullable
          - `name` string
          - `slug` string
        - `organization_id` unknown
        - `port` integer
        - `post_run_command` string
        - `pre_run_command` string
        - `proxy_server` string
        - `repository` string
        - `status` object, nullable
          - `application` Application — recursive
          - `application_id` unknown
          - `created_at` string, date-time
          - `id` unknown
          - `status` string
          - `updated_at` string, date-time
        - `updated_at` string, date-time
        - `user` object, nullable
          - `avatar` string
          - `created_at` string, date-time
          - `email` string
          - `email_verified` boolean
          - `id` unknown
          - `image` string, nullable
          - `is_onboarded` boolean
          - `is_verified` boolean
          - `name` string
          - `organization_users` object[]
            - `created_at` string, date-time
            - `deleted_at` string, date-time, nullable
            - `id` unknown
            - `organization` object, nullable
              - …
            - `organization_id` unknown
            - `updated_at` string, date-time
            - `user` User, nullable
              - …
            - `user_id` unknown
          - `organizations` object[]
            - `created_at` string, date-time
            - `id` unknown
            - `logo` string, nullable
            - `metadata` string, nullable
            - `name` string
            - `slug` string
          - `supertokens_user_id` string
          - `updated_at` string, date-time
          - `username` string
        - `user_id` unknown
      - `application_deployment` ApplicationDeployment
        - `application` object, nullable
          - `base_path` string
          - `branch` string
          - `build_pack` string
          - `build_variables` string
          - `created_at` string, date-time
          - `deployments` object[]
            - `application` Application, nullable
              - …
            - `application_id` unknown
            - `commit_hash` string
            - `container_id` string
            - `container_image` string
            - `container_name` string
            - `container_status` string
            - `created_at` string, date-time
            - `id` unknown
            - `logs` object[]
              - …
            - `status` object, nullable
              - …
            - `updated_at` string, date-time
          - `dockerfile_path` string
          - `domains` object[]
            - `application` Application, nullable
              - …
            - `application_id` unknown
            - `created_at` string, date-time
            - `domain` string
            - `id` unknown
          - `environment` string
          - `environment_variables` string
          - `family_id` unknown
          - `id` unknown
          - `is_live_deployment` boolean
          - `labels` string[]
          - `logs` object[]
            - `application` Application, nullable
              - …
            - `application_deployment` ApplicationDeployment — recursive
            - `application_deployment_id` unknown
            - `application_id` unknown
            - `created_at` string, date-time
            - `id` unknown
            - `log` string
            - `updated_at` string, date-time
          - `name` string
          - `organization` object, nullable
            - `created_at` string, date-time
            - `id` unknown
            - `logo` string, nullable
            - `metadata` string, nullable
            - `name` string
            - `slug` string
          - `organization_id` unknown
          - `port` integer
          - `post_run_command` string
          - `pre_run_command` string
          - `proxy_server` string
          - `repository` string
          - `status` object, nullable
            - `application` Application, nullable
              - …
            - `application_id` unknown
            - `created_at` string, date-time
            - `id` unknown
            - `status` string
            - `updated_at` string, date-time
          - `updated_at` string, date-time
          - `user` object, nullable
            - `avatar` string
            - `created_at` string, date-time
            - `email` string
            - `email_verified` boolean
            - `id` unknown
            - `image` string, nullable
            - `is_onboarded` boolean
            - `is_verified` boolean
            - `name` string
            - `organization_users` object[]
              - …
            - `organizations` object[]
              - …
            - `supertokens_user_id` string
            - `updated_at` string, date-time
            - `username` string
          - `user_id` unknown
        - `application_id` unknown
        - `commit_hash` string
        - `container_id` string
        - `container_image` string
        - `container_name` string
        - `container_status` string
        - `created_at` string, date-time
        - `id` unknown
        - `logs` object[], nullable
          - `application` Application, nullable
            - `base_path` string
            - `branch` string
            - `build_pack` string
            - `build_variables` string
            - `created_at` string, date-time
            - `deployments` object[]
              - …
            - `dockerfile_path` string
            - `domains` object[]
              - …
            - `environment` string
            - `environment_variables` string
            - `family_id` unknown
            - `id` unknown
            - `is_live_deployment` boolean
            - `labels` string[]
            - `logs` object[]
              - …
            - `name` string
            - `organization` object, nullable
              - …
            - `organization_id` unknown
            - `port` integer
            - `post_run_command` string
            - `pre_run_command` string
            - `proxy_server` string
            - `repository` string
            - `status` object, nullable
              - …
            - `updated_at` string, date-time
            - `user` object, nullable
              - …
            - `user_id` unknown
          - `application_deployment` ApplicationDeployment — recursive
          - `application_deployment_id` unknown
          - `application_id` unknown
          - `created_at` string, date-time
          - `id` unknown
          - `log` string
          - `updated_at` string, date-time
        - `status` object, nullable
          - `application_deployment` ApplicationDeployment — recursive
          - `application_deployment_id` unknown
          - `created_at` string, date-time
          - `id` unknown
          - `status` string
          - `updated_at` string, date-time
        - `updated_at` string, date-time
      - `application_deployment_id` unknown
      - `application_id` unknown
      - `created_at` string, date-time
      - `id` unknown
      - `log` string
      - `updated_at` string, date-time
    - `status` object, nullable
      - `application_deployment` ApplicationDeployment
        - `application` object, nullable
          - `base_path` string
          - `branch` string
          - `build_pack` string
          - `build_variables` string
          - `created_at` string, date-time
          - `deployments` object[]
            - `application` Application, nullable
              - …
            - `application_id` unknown
            - `commit_hash` string
            - `container_id` string
            - `container_image` string
            - `container_name` string
            - `container_status` string
            - `created_at` string, date-time
            - `id` unknown
            - `logs` object[]
              - …
            - `status` object, nullable
              - …
            - `updated_at` string, date-time
          - `dockerfile_path` string
          - `domains` object[]
            - `application` Application, nullable
              - …
            - `application_id` unknown
            - `created_at` string, date-time
            - `domain` string
            - `id` unknown
          - `environment` string
          - `environment_variables` string
          - `family_id` unknown
          - `id` unknown
          - `is_live_deployment` boolean
          - `labels` string[]
          - `logs` object[]
            - `application` Application, nullable
              - …
            - `application_deployment` ApplicationDeployment — recursive
            - `application_deployment_id` unknown
            - `application_id` unknown
            - `created_at` string, date-time
            - `id` unknown
            - `log` string
            - `updated_at` string, date-time
          - `name` string
          - `organization` object, nullable
            - `created_at` string, date-time
            - `id` unknown
            - `logo` string, nullable
            - `metadata` string, nullable
            - `name` string
            - `slug` string
          - `organization_id` unknown
          - `port` integer
          - `post_run_command` string
          - `pre_run_command` string
          - `proxy_server` string
          - `repository` string
          - `status` object, nullable
            - `application` Application, nullable
              - …
            - `application_id` unknown
            - `created_at` string, date-time
            - `id` unknown
            - `status` string
            - `updated_at` string, date-time
          - `updated_at` string, date-time
          - `user` object, nullable
            - `avatar` string
            - `created_at` string, date-time
            - `email` string
            - `email_verified` boolean
            - `id` unknown
            - `image` string, nullable
            - `is_onboarded` boolean
            - `is_verified` boolean
            - `name` string
            - `organization_users` object[]
              - …
            - `organizations` object[]
              - …
            - `supertokens_user_id` string
            - `updated_at` string, date-time
            - `username` string
          - `user_id` unknown
        - `application_id` unknown
        - `commit_hash` string
        - `container_id` string
        - `container_image` string
        - `container_name` string
        - `container_status` string
        - `created_at` string, date-time
        - `id` unknown
        - `logs` object[], nullable
          - `application` Application, nullable
            - `base_path` string
            - `branch` string
            - `build_pack` string
            - `build_variables` string
            - `created_at` string, date-time
            - `deployments` object[]
              - …
            - `dockerfile_path` string
            - `domains` object[]
              - …
            - `environment` string
            - `environment_variables` string
            - `family_id` unknown
            - `id` unknown
            - `is_live_deployment` boolean
            - `labels` string[]
            - `logs` object[]
              - …
            - `name` string
            - `organization` object, nullable
              - …
            - `organization_id` unknown
            - `port` integer
            - `post_run_command` string
            - `pre_run_command` string
            - `proxy_server` string
            - `repository` string
            - `status` object, nullable
              - …
            - `updated_at` string, date-time
            - `user` object, nullable
              - …
            - `user_id` unknown
          - `application_deployment` ApplicationDeployment — recursive
          - `application_deployment_id` unknown
          - `application_id` unknown
          - `created_at` string, date-time
          - `id` unknown
          - `log` string
          - `updated_at` string, date-time
        - `status` object, nullable
          - `application_deployment` ApplicationDeployment — recursive
          - `application_deployment_id` unknown
          - `created_at` string, date-time
          - `id` unknown
          - `status` string
          - `updated_at` string, date-time
        - `updated_at` string, date-time
      - `application_deployment_id` unknown
      - `created_at` string, date-time
      - `id` unknown
      - `status` string
      - `updated_at` string, date-time
    - `updated_at` string, date-time
  - `message` string
  - `status` string

## Other responses

- `400` — Bad Request _(validation or deserialization error)_
- `500` — Internal Server Error _(panics)_
- `default`

## Changes

- **2026-02-07** `7186c3fb10a5` — 120 info
  - added the optional property `data/application/deployments/items/application/deployments/items/logs/items/application_deployment/application/user/is_onboarded` to the response with the `200` status (media type: application/json)
  - added the optional property `data/application/deployments/items/application/deployments/items/logs/items/application_deployment/application/user/is_onboarded` to the response with the `200` status (media type: application/xml)
  - added the optional property `data/application/deployments/items/application/deployments/items/logs/items/application_deployment/application/user/organization_users/items/user/is_onboarded` to the response with the `200` status (media type: application/json)
  - added the optional property `data/application/deployments/items/application/deployments/items/logs/items/application_deployment/application/user/organization_users/items/user/is_onboarded` to the response with the `200` status (media type: application/xml)
  - …116 more
- …earlier changes not shown

[Full history](https://skmtc.dev/nixopus/apis/openapi/changes/api/v1/deploy/application/deployments/:deployment_id/get.md)

---

[API](https://skmtc.dev/nixopus/apis/openapi.md) · [All operations](https://skmtc.dev/nixopus/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nixopus/openapi/revisions/7186c3fb10a5/schema)
