---
title: "List Agent Pool mTLS Certificates"
method: GET
path: "/agent-pools/{agent_pool}/mtls-certificates"
tags: ["agent-pools-mtls-certificates"]
---

# List Agent Pool mTLS Certificates

`GET /agent-pools/{agent_pool}/mtls-certificates`

Returns all mTLS certificates issued for the specified agent pool.
Each certificate includes a computed ``status`` field derived from
its ``is_active`` flag and ``not_valid_after`` expiry.

## Path parameters

- `agent_pool` string, required

## Query parameters

- `query` string
- `filter[status]` string
- `filter[created-by]` string
- `page[number]` string
- `page[size]` string
- `sort` string[]

## Response `200`

Success.

## Other responses

- `403` — User unauthorized to perform this action.
- `404` — Agent pool not found or user unauthorized.
- `4XX` — Client error.
- `5XX` — Server error.

---

[API](https://skmtc.net/scalr/apis/scalr-iacp-api.md) · [All operations](https://skmtc.net/scalr/apis/scalr-iacp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalr/scalr-iacp-api/revisions/fc927526ad12/schema)
