---
title: "Get the packages and Git references that were used in a Runbook run"
method: GET
path: "/{spaceId}/projects/{projectId}/runbookRuns/{id}/details/v1"
tags: ["RunbookSnapshots"]
---

# Get the packages and Git references that were used in a Runbook run

`GET /{spaceId}/projects/{projectId}/runbookRuns/{id}/details/v1`

## Path parameters

- `spaceId` string, required
- `projectId` string, required
- `id` string, required

## Response `200`

Packages and Git references that were used in a Runbook run

- GetRunbookRunDetailsResponse
  - `GitResources` ReleaseTemplateGitResource[], required
    - `ActionName` string, required
    - `DefaultBranch` string, required
    - `FilePathFilters` string[]
    - `GitCredentialId` string
    - `GitHubConnectionId` string
    - `GitResourceSelectedLastRelease` GitReferenceResource
      - `GitCommit` string
      - `GitRef` string
    - `IsResolvable` boolean, required
    - `Name` string, required
    - `RepositoryUri` string, required
  - `Packages` ReleaseTemplatePackage[], required
    - `ActionName` string
    - `FeedId` string
    - `FeedName` string
    - `FixedVersion` string
    - `IsResolvable` boolean
    - `NuGetFeedId` string
    - `NuGetFeedName` string
    - `NuGetPackageId` string
    - `PackageId` string
    - `PackageReferenceName` string
    - `ProjectName` string
    - `StepName` string
    - `VersionSelectedLastRelease` string

## Other responses

- `400` — Bad request. Either the payload was not structurally valid or business rules did not permit the operation.
- `404` — Not found. One or more of the entities involved in the operation was not found.

---

[API](https://skmtc.net/octopus/apis/octopus-server-api.md) · [All operations](https://skmtc.net/octopus/apis/octopus-server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/octopus/octopus-server-api/revisions/835047dab520/schema)
