---
title: Exploring Endpoints
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: >-
  Docs > Internal Developer Portal > Software Catalog > Endpoint Observability >
  Exploring Endpoints
---

# Exploring Endpoints

{% callout %}
# Important note for users on the following Datadog sites: app.ddog-gov.com

{% alert level="danger" %}
This product is not supported for your selected [Datadog site](https://docs.datadoghq.com/getting_started/site). ().
{% /alert %}

{% /callout %}

{% image
   source="https://datadog-docs.imgix.net/images/tracing/software_catalog/endpoints-list.76002fe1720103a3d98e070050f8caeb.png?auto=format"
   alt="Endpoints list in the Software Catalog, showing performance-related information for each endpoint." /%}

## Overview{% #overview %}

The [Endpoints list](https://app.datadoghq.com/apis/catalog) provides visibility into all HTTP endpoints across your Datadog organization's environments. Each endpoint displays its HTTP method (for example, `GET`), URL path (for example, `/payment/{shop_id}/purchase`), and associated service name (for example, `Payments`).

{% alert level="info" %}
The **Endpoints** list only supports HTTP endpoints.
{% /alert %}

## Exploring endpoint performance{% #exploring-endpoint-performance %}

The Endpoints list shows performance data scoped to your selected environment and time frame:

- **Column sorting**: Click column headers to sort by metrics. For example, click **P95** to see endpoints with the top 95th percentile for latency.
- **Ownership tracking**: View team ownership in the **TEAM** column. This information is inherited from the associated API definition in the [Software Catalog](https://docs.datadoghq.com/software_catalog/service_definitions/v3-0/#system-and-api-pages-in-software-catalog). The API owner owns all of the endpoints connected to the API.
- **Filtering and searching**: Search by service, path, or any primary tag, or filter using facets like **Service** and **Team**.
- **Scoping**: Specify the environment, additional primary tags (for example, `cluster_name`), and time frame.

{% image
   source="https://datadog-docs.imgix.net/images/tracing/software_catalog/scope-data.275c727ea0c306ba4ac451d58fcb9796.png?auto=format"
   alt="Changing scope settings changes the data shown in the Endpoints list" /%}

## Viewing endpoint details{% #viewing-endpoint-details %}

Use the endpoint details page to detect underperforming APIs and identify opportunities for optimization.

To access the endpoint details page:

1. Use the filtering, sorting, and searching options in the Endpoints list to find endpoints of interest.
1. Click an endpoint to view its details page.

The endpoint details page shows you metadata, performance metrics, errors, dependencies, and correlated telemetry from other areas of Datadog.

{% image
   source="https://datadog-docs.imgix.net/images/tracing/software_catalog/endpoint-details.f17775d1b0936cba3773b9d67a9a57cf.png?auto=format"
   alt="Click into an endpoint to open the endpoint details page and see information such as errors and dependencies." /%}

## Further reading{% #further-reading %}

- [Datadog Software Catalog](https://docs.datadoghq.com/tracing/software_catalog/)
