---
title: "Get recent logs of the projects"
method: GET
path: "/projects/{project_name}/auditlog-exts"
tags: ["project"]
---

# Get recent logs of the projects

`GET /projects/{project_name}/auditlog-exts`

Get recent logs of the projects

## Path parameters

- `project_name` string, required

## Query parameters

- `q` string
- `sort` string
- `page` integer
- `page_size` integer

## Headers

- `X-Request-Id` string

## Response `200`

Success

- AuditLogExt[]
  - `id` integer — The ID of the audit log entry.
  - `username` string — The username of the operator in this log entry.
  - `resource` string — Name of the resource in this log entry.
  - `resource_type` string — Type of the resource in this log entry.
  - `operation` string — The operation against the resource in this log entry.
  - `operation_description` string — The operation's detail description
  - `operation_result` boolean — the operation's result, true for success, false for fail
  - `op_time` string, date-time — The time when this operation is triggered.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `500` — Internal server error

---

[API](https://skmtc.dev/goharbor/apis/harbor-api.md) · [All operations](https://skmtc.dev/goharbor/apis/harbor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goharbor/harbor-api/revisions/62d78801f8df/schema)
