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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions