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

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

`GET /spaces/{spaceIdentifier}/projects/{projectId}/runbookRuns/{id}/details/v1`

## Path parameters

- `spaceIdentifier` 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 — Gets or sets a value indicating whether the PackageId or FeedId contain no references to other variables. Variables can be used to select different NuGet feeds or packages at deployment time, however, this means that it's not possible to resolve which feed/package to search when creating a release.
    - `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/b296c3a60aa5/schema)
