<!-- WARNING: This documentation is auto-generated from the confluentinc/cli repository and should not be manually edited. -->

<a id="confluent-flink-detached-savepoint-list"></a>

# confluent flink detached-savepoint list

## Description

List Flink detached savepoints in Confluent Platform.

```none
confluent flink detached-savepoint list [flags]
```

## Flags

```none
    --filter string                       A filter expression to filter by detached savepoint name prefix.
    --page-size int32                     Number of results to fetch per API request while paginating; does not cap the total results returned. (default 100)
-o, --output string                       Specify the output format as "human", "json", or "yaml". (default "human")
    --url string                          Base URL of the Confluent Manager for Apache Flink (CMF). Environment variable "CONFLUENT_CMF_URL" may be set in place of this flag.
    --client-key-path string              Path to client private key for mTLS authentication. Environment variable "CONFLUENT_CMF_CLIENT_KEY_PATH" may be set in place of this flag.
    --client-cert-path string             Path to client cert to be verified by Confluent Manager for Apache Flink. Include for mTLS authentication. Environment variable "CONFLUENT_CMF_CLIENT_CERT_PATH" may be set in place of this flag.
    --certificate-authority-path string   Path to a PEM-encoded Certificate Authority to verify the Confluent Manager for Apache Flink connection. Environment variable "CONFLUENT_CMF_CERTIFICATE_AUTHORITY_PATH" may be set in place of this flag.
```

## Global Flags

```none
-h, --help            Show help for this command.
    --unsafe-trace    Equivalent to -vvvv, but also log HTTP requests and responses which might contain plaintext secrets.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).
```

## Examples

List Flink detached savepoints with filter filter1.

```none
confluent flink detached-savepoint list --filter name1
```

## See Also

* [confluent flink detached-savepoint](index.md#confluent-flink-detached-savepoint) - Manage Flink detached savepoints.
