# Probes

## List probes with filtering options

 - [GET /gateway/chaos/manager/api/rest/v2/probes](https://apidocs.harness.io/probes/listprobes.md): Retrieve a list of probes based on various filters like name, tags, date range, and infrastructure type, with pagination support.

## Create a new probe

 - [POST /gateway/chaos/manager/api/rest/v2/probes](https://apidocs.harness.io/probes/createprobe.md): Create a new probe

## Get probes in experiment

 - [POST /gateway/chaos/manager/api/rest/v2/probes/experiment-run](https://apidocs.harness.io/probes/getprobesinexperiment.md): Get probes in experiment

## Import a new probe

 - [POST /gateway/chaos/manager/api/rest/v2/probes/import](https://apidocs.harness.io/probes/importprobe.md): Import a new probe

## Get a probe

 - [GET /gateway/chaos/manager/api/rest/v2/probes/manifest/{probeId}](https://apidocs.harness.io/probes/getprobemanifest.md): Retrieve probe manifest of a specific probe by its ID

## Get a probe

 - [GET /gateway/chaos/manager/api/rest/v2/probes/{probeId}](https://apidocs.harness.io/probes/getprobe.md): Retrieve details of a specific probe by its ID

## Update a probe

 - [PUT /gateway/chaos/manager/api/rest/v2/probes/{probeId}](https://apidocs.harness.io/probes/updateprobe.md): Update a probe with the specified configuration

## Delete a probe

 - [DELETE /gateway/chaos/manager/api/rest/v2/probes/{probeId}](https://apidocs.harness.io/probes/deleteprobe.md): Delete a probe with a provided identifier

## Enable and disable probes across experiments

 - [POST /gateway/chaos/manager/api/rest/v2/probes/enable/{probeId}](https://apidocs.harness.io/probes/enableprobe.md): Enable and disable probes across experiments

## Verify a probe

 - [POST /gateway/chaos/manager/api/rest/v2/probes/verify/{probeId}](https://apidocs.harness.io/probes/verifyprobe.md): Verify a probe

## List probe metadata

 - [POST /gateway/chaos/manager/api/v3/probes/list-metadata](https://apidocs.harness.io/probes/listprobemetadata.md): List probe metadata

