---
title: "GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/runs"
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/runs"
tags: ["Runs"]
---

# GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/runs

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/runs`

Gets all the runs for a registry.

## Path parameters

- `subscriptionId` string, required
- `resourceGroupName` string, required
- `registryName` string, required

## Query parameters

- `api-version` string, required
- `$filter` string
- `$top` integer

## Response `200`

The request was successful; the request was well-formed and received properly.

- RunListResult — Collection of runs.
  - `value` Run[] — The collection value.
    - `id` string — The resource ID.
    - `name` string — The name of the resource.
    - `type` string — The type of the resource.
    - `systemData` SystemData — Metadata pertaining to creation and last modification of the resource.
      - `createdBy` string — The identity that created the resource.
      - `createdByType` 'User' | 'Application' | 'ManagedIdentity' | 'Key' — The type of identity that created the resource.
      - `createdAt` string, date-time — The timestamp of resource creation (UTC).
      - `lastModifiedBy` string — The identity that last modified the resource.
      - `lastModifiedByType` 'User' | 'Application' | 'ManagedIdentity' | 'Key' — The type of identity that last modified the resource.
      - `lastModifiedAt` string, date-time — The timestamp of resource modification (UTC).
  - `nextLink` string — The URI that can be used to request the next set of paged results.

## Other responses

- `default` — Error response describing why the operation failed.

---

[API](https://skmtc.net/azure/apis/containerregistrymanagementclient.md) · [All operations](https://skmtc.net/azure/apis/containerregistrymanagementclient/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/containerregistrymanagementclient/versions/5892ec92e590/schema)
