> ## Documentation Index
> Fetch the complete documentation index at: https://forest-docs-prd-616-workflow-webhook-trigger.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Admin Logs

> List admin logs for a project

## List admin logs

Returns admin logs for a specific project, sorted by `createdAt` date in descending order (most recent first).

Use the `createdAt` filter for pagination.

```
GET /v1/project/{projectName}/admin-logs
```

### Authentication

All requests require a Bearer token in the `Authorization` header. Generate one from [your account settings](https://app.forestadmin.com/user-settings).

```
Authorization: Bearer YOUR_APPLICATION_TOKEN
```

<Warning>
  If your project uses SSO, the application token must be generated while logged in with SSO.
</Warning>

### Path parameters

| Parameter     | Type   | Description       |
| ------------- | ------ | ----------------- |
| `projectName` | string | Your project name |
