> For the complete documentation index, see [llms.txt](https://knowledgebase.autorabit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/iz-eye/anypoint-platform/applications/api-instances.md).

# API Instances

{% hint style="warning" %}

* To start scanning the API Instances, a schedule has to be created to scan the applications deployed to `API Manager` in Anypoint Platform.
* To create a schedule follow the steps mentioned at [Configure Schedule](/product-guides/integral-zone/iz-suite/iz-eye/azure-ais/schedule-configuration.md).
  {% endhint %}

### Configuring Schedule

1. While configuring the schedule, select `Anypoint API Instance Analysis` job type
2. In the next step, select the required `Organizations` and `Environments`
3. Choose the appropriate schedule

### To view all the API Instances

1. Navigate to **`IZ Eye`** -> **`API Instances`** <br>

   <figure><img src="/files/9u9sGVtOI75k5lfalgGK" alt=""><figcaption></figcaption></figure>
2. Click on the **`Plus`** icon to view all the versions of the API Instances <br>

   <figure><img src="/files/XAUiMyrJrO1q8efefLff" alt=""><figcaption></figcaption></figure>
3. Summary details include -
   1. **`Instance Id`** - Version or Instance Id of the API Instance
   2. **`Publish Status`** - Status of the published API Instance
   3. **`Total Issues`** - Total Issues based on the configured Rule Profile
   4. **`Quality Gate`** - Status of the Quality Gate
   5. **`Last Scan`** - Time since the last scan was performed
4. Actions include -
   1. **`View Dashboard`** - Summary report of all the issues. [View Dashboard](/product-guides/integral-zone/iz-suite/iz-eye/dashboard.md)
   2. **`View Issues`** - Detailed report of the issues with file names and line numbers. [View Issues](/product-guides/integral-zone/iz-suite/iz-eye/application-issues.md)

### See Also

* [API Applications](/product-guides/integral-zone/iz-suite/iz-eye/anypoint-platform/applications/exchange-apis.md)
* [Application Issues](/product-guides/codescan/issues.md)
* [Application Dashboard](/product-guides/integral-zone/iz-suite/iz-eye/dashboard.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://knowledgebase.autorabit.com/product-guides/integral-zone/iz-suite/iz-eye/anypoint-platform/applications/api-instances.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
