Skip to content

feat(api): fetch deployment request details #6

Description

@ctxswitch

Parent

Related to #1

What to build

Implement the HTTP path for fetching one Deployment Request so reviewers and on-call engineers can inspect request details.

Acceptance criteria

  • GET /deployments/{id} returns one Deployment Request by ID.
  • Detail responses include all request fields currently supported by the model.
  • Unknown IDs return not found.
  • Tests cover successful fetch and not-found behavior through the HTTP API.

Blocked by

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions