---
title: "Get the logs for a specific external registry either by endpoint or slug, or both."
method: GET
path: "/external_registry/logs"
tags: ["externalRegistries"]
---

# Get the logs for a specific external registry either by endpoint or slug, or both.

`GET /external_registry/logs`

Required RBAC Policy: kots/externalregistry/logs

## Query parameters

- `Endpoint` string
- `Slug` string

## Response `200`

ExternalRegistryLogsResponse contains the JSON external registry logs

- object
  - `logs` ExternalRegistryLog[]
    - `action` string
    - `createdAt` string, date-time
    - `customerName` string
    - `endpoint` string
    - `image` string
    - `isSuccess` boolean
    - `slug` string
    - `statusCode` integer
    - `tag` string

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/versions/6fcf9e54aba4/schema)
