---
title: "Search metrics"
method: GET
path: "/api/v1/search"
tags: ["Metrics"]
deprecated: true
---

# Search metrics

`GET /api/v1/search`

> **Deprecated.**

**Note**: This endpoint is deprecated. Use `/api/v2/metrics` instead.

Search for metrics from the last 24 hours in Datadog.

## Query parameters

- `q` string, required

## Response `200`

OK

- MetricSearchResponse — Object containing the list of metrics matching the search query.
  - `results` MetricSearchResponseResults — Search result.
    - `metrics` string[] — List of metrics that match the search query.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `429` — Too many requests

---

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