> ## Documentation Index
> Fetch the complete documentation index at: https://docs.apinizer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Client Route Report

> You can analyze conflict statuses of your client routes in Apinizer. You can examine route configurations of your API Proxies and Proxy Groups, detect conflicting routes, and view deployment statuses.

## Overview

Client Route Report analyzes the client route configurations of your API Proxies and Proxy Groups to detect potential conflicts. Through this report, you can see route conflicts in advance and resolve configuration issues.

<img src="https://mintcdn.com/apinizer/heSzel5VSjLQCx6e/images/yonetici/client-route.png?fit=max&auto=format&n=heSzel5VSjLQCx6e&q=85&s=2b4029b72552eff5d11d3d335990109a" alt="Senaryo Diyagramı" width="1000" data-path="images/yonetici/client-route.png" />

## Report Table

Report results are displayed in the following columns:

| Field       | Description                                                              |
| ----------- | ------------------------------------------------------------------------ |
| Project     | Name of the project that the route belongs to                            |
| Type        | Type of the route (API Proxy or Proxy Group)                             |
| Name        | Name of the API Proxy or Proxy Group                                     |
| Paths       | Defined paths of the route                                               |
| Hosts       | Defined hosts of the route                                               |
| Headers     | Defined headers of the route (in name:value format)                      |
| Methods     | HTTP methods supported by the route                                      |
| Deployments | Deployed/Total environment count (e.g., 2/3)                             |
| Conflict    | Conflict status of the route (No Conflict, Exact Match, Prefix Conflict) |
| Actions     | View details button                                                      |

## View Details

You can click the **View Details** button to view route details. The detail dialog shows the following information:

<CardGroup cols={2}>
  <Card title="Route Information" icon="info-circle">
    * Project name
    * Type (API Proxy/Proxy Group)
    * Name
    * Paths
    * Hosts
    * Headers
    * Methods
    * Conflict status
  </Card>

  <Card title="Deployment Details" icon="server">
    * Environment name
    * Access URL
    * Deploy status
    * Redeploy requirement
  </Card>

  <Card title="Conflicting Routes" icon="exclamation-triangle">
    Information about other routes in conflict:

    * Project name
    * Type
    * Name
    * Path
    * Conflict reason
  </Card>
</CardGroup>

## Conflict Statuses

Routes can have three different conflict statuses:

<CardGroup cols={3}>
  <Card title="No Conflict" icon="check-circle">
    The route has no conflicts with other routes. This route can be used safely.
  </Card>

  <Card title="Exact Match" icon="exclamation-circle">
    The route's path, host, header, and method configuration exactly matches another route. This is a serious conflict.
  </Card>

  <Card title="Prefix Conflict" icon="exclamation-triangle">
    The route's path conflicts with the prefix of another route's path. This situation may cause a potential problem.
  </Card>
</CardGroup>

## Excel Export

You can export report results in Excel format. You can download the report created according to the current filtering criteria in ZIP format by clicking the **Export** button.

<Info>
  Excel export includes all results according to the current filtering criteria.
</Info>

## Sorting

You can sort the report table in ascending or descending order by **Project**, **Type**, and **Name** columns. You can click the column header to sort.

<Note>
  This report is designed to analyze all routes. All results are displayed without pagination.
</Note>
