# Fetch Data

## Agent & MCP

<table data-full-width="true"><thead><tr><th width="50">#</th><th width="430">API</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td><strong>POST /api/getAllCollectionsBasic</strong></td><td>Fetch a lightweight list of all agentic collections with only basic metadata. Useful for quick lookups or dropdowns.</td></tr><tr><td>2</td><td><strong>POST /api/getAllCollections</strong></td><td>Retrieve the complete list of all agentic collections with detailed information.</td></tr><tr><td>3</td><td><strong>POST /api/getAllUsersCollections</strong></td><td>Fetch all agentic collections accessible to the current user.</td></tr><tr><td>4</td><td><strong>POST /api/getCoverageInfoForCollections</strong></td><td>Get scan coverage data for each collection (e.g., how many Agentic components are scanned vs. unscanned). Used to track which agentic components are covered by scans.</td></tr><tr><td>5</td><td><strong>POST /api/getSeverityInfoForCollections</strong></td><td>Retrieve aggregated severity information (High, Medium, Low) across agentic collections.</td></tr><tr><td>6</td><td><strong>POST /api/getSeveritiesCountPerCollection</strong></td><td>Get the count of issues grouped by severity for each collection.</td></tr><tr><td>7</td><td><strong>POST /api/getLastSeenTrafficInfoForCollections</strong></td><td>Fetch last seen traffic timestamps for each collection, helping track activity recency.</td></tr><tr><td>8</td><td><strong>POST /api/getSensitiveInfoForCollections</strong></td><td>Retrieve sensitive data findings per collection (e.g., PII, secrets).</td></tr><tr><td>9</td><td><strong>POST /api/getRiskScoreInfo</strong></td><td>Get risk scores calculated for agentic collections, based on guardrails and sensitive data exposure.</td></tr><tr><td>10</td><td><strong>POST /api/fetchCollectionWiseApiEndpoints</strong></td><td>Fetch all Agentic components belonging to a specific collection.</td></tr><tr><td>11</td><td><strong>POST /api/fetchApiInfosForCollection</strong></td><td>Retrieve detailed agentic component information for a given collection (method, path, params, etc.).</td></tr><tr><td>12</td><td><strong>POST /api/fetchEndpointsCount</strong></td><td>Get a count of Agentic components per collection.</td></tr><tr><td>13</td><td><strong>POST /api/fetchApiCallStats</strong></td><td>Retrieve traffic statistics such as call counts, trends, and usage metrics per agentic component call.</td></tr><tr><td>14</td><td><strong>POST /api/fetchIpLevelApiCallStats</strong></td><td>Get agentic component call stats broken down by IP, useful for identifying abusive clients or usage patterns.</td></tr><tr><td>15</td><td><strong>POST /api/fetchSampleData</strong></td><td>Fetch sample Agentic Request/Agentic Response payloads observed for a given agentic component, used for scanning or schema generation.</td></tr><tr><td>16</td><td><strong>POST /api/generateOpenApiFile</strong></td><td>Generate an OpenAPI (Swagger) specification file from discovered Agentic Component data.</td></tr><tr><td>17</td><td><strong>POST /api/fetchAllUrlsAndMethods</strong></td><td>Fetch all unique Agentic components and HTTP methods in a collection.</td></tr><tr><td>18</td><td><strong>POST /api/fetchNewEndpointsTrendForHostCollections</strong></td><td>Get trend of newly discovered Agentic components for host-based collections (for Agentic dashboard).</td></tr><tr><td>19</td><td><strong>POST /api/fetchNewEndpointsTrendForNonHostCollections</strong></td><td>Get trend of newly discovered Agentic components for non-host collections (for Agentic dashboard).</td></tr><tr><td>20</td><td><strong>POST /api/fetchAPICollection</strong></td><td>Fetch Agentic Component collection details and metadata.</td></tr><tr><td>21</td><td><strong>POST /api/fetchChanges</strong></td><td>Retrieve recent Agentic Components in Agentic Collections.</td></tr><tr><td>22</td><td><strong>POST /api/fetchCustomAuthTypes</strong></td><td>Fetch custom authentication types configured in the system.</td></tr><tr><td>23</td><td><strong>POST /api/fetchDataTypeNames</strong></td><td>Retrieve names of all configured data types.</td></tr><tr><td>24</td><td><strong>POST /api/fetchDataTypes</strong></td><td>Fetch detailed information about data types.</td></tr><tr><td>25</td><td><strong>POST /api/fetchEndpointTrafficData</strong></td><td>Get traffic and usage data for Agentic Components.</td></tr><tr><td>26</td><td><strong>POST /api/fetchNewParametersTrend</strong></td><td>Retrieve trends of newly discovered Agentic Parameters.</td></tr><tr><td>27</td><td><strong>POST /api/fetchSensitiveParamsForEndpoints</strong></td><td>Fetch Agentic Parameters identified as sensitive for Agentic components.</td></tr><tr><td>28</td><td><strong>POST /api/fetchTagConfigs</strong></td><td>Retrieve tag configurations for Agentic Component organization.</td></tr><tr><td>29</td><td><strong>POST /api/loadRecentEndpoints</strong></td><td>Load recently discovered or modified Agentic components.</td></tr><tr><td>30</td><td><strong>POST /api/checkAgentRunModule</strong></td><td>Checks if an agent process is currently running on any module.</td></tr><tr><td>31</td><td><strong>POST /api/fetchMcpAuditInfoByCollection</strong></td><td>Fetches MCP audit information for a specific Agentic Collection by extracting the MCP server name from hostname.</td></tr><tr><td>32</td><td><strong>POST /api/fetchMcpToolsApiCalls</strong></td><td>Fetches Agentic Component calls made by MCP tools in a collection, grouping them by parent tool names.</td></tr><tr><td>33</td><td><strong>POST /api/getAgentLogs</strong></td><td>Fetches agent logs for a specific agent within a time range, sorted by timestamp (newest first), capped at 10,000 logs.</td></tr><tr><td>34</td><td><strong>POST /api/getAgentModels</strong></td><td>Fetches all configured AI models for agents, excluding sensitive parameter data.</td></tr><tr><td>35</td><td><strong>POST /api/getAllAgentRunningDetails</strong></td><td>Fetches complete agent run and all its subprocesses for reboot/recovery scenarios.</td></tr><tr><td>36</td><td><strong>POST /api/getAllAgentRuns</strong></td><td>Fetches all currently running agent runs, with special handling for discovery agents.</td></tr><tr><td>37</td><td><strong>POST /api/getAllAgentRunsObject</strong></td><td>Fetches all agent runs (any state) for a specific agent type.</td></tr><tr><td>38</td><td><strong>POST /api/getMcpServersByAgent</strong></td><td>Retrieves MCP servers configured for a specific agent or device, including server name, URL, and last seen timestamp.</td></tr><tr><td>39</td><td><strong>POST /api/getMcpdata</strong></td><td>Fetches MCP-related metrics and data based on filter type, including Agentic Component counts, audit alerts, and traffic analysis.</td></tr><tr><td>40</td><td><strong>POST /api/getMemberAgents</strong></td><td>Returns all available agent types/modules from the Agent enum.</td></tr><tr><td>41</td><td><strong>POST /api/receiveDataFromAgent</strong></td><td>Receives various types of data updates from running agents, handling logs, state changes, HAR data, and Agentic Component dependencies.</td></tr><tr><td>42</td><td><strong>POST /api/fetchAllResponsesForApiCollectionOrdered</strong></td><td>Fetches sample Agentic Response data for Agentic Components in a collection with pagination support, ordered by Agentic Component creation time.</td></tr><tr><td>43</td><td><strong>POST /api/getAllSubProcesses</strong></td><td>Fetches all subprocesses for an agent run, with special handling for discovery agents.</td></tr><tr><td>44</td><td><strong>POST /api/getFileForDiscovery</strong></td><td>Retrieves compressed file content for discovery agent, validating it's within allowed size.</td></tr><tr><td>45</td><td><strong>POST /api/getSubProcess</strong></td><td>Fetches details of a specific subprocess attempt.</td></tr><tr><td>46</td><td><strong>GET /api/inventory/{collectionId}/openapi</strong></td><td>Retrieve OpenAPI specification for a specific Agentic Collection.</td></tr><tr><td>47</td><td><strong>POST /api/getAPICatalog</strong></td><td>Retrieve the complete Agentic Component catalog with all discovered Agentic Components.</td></tr><tr><td>48</td><td><strong>POST /api/fetchCollections</strong></td><td>Fetch all available Agentic Collections.</td></tr><tr><td>49</td><td><strong>POST /api/getCollection</strong></td><td>Get details of a specific Agentic Collection.</td></tr><tr><td>50</td><td><strong>POST /api/fetchIconsForHostnames</strong></td><td>Fetch icons for given hostnames.</td></tr><tr><td>51</td><td><strong>POST /api/getApiSequences</strong></td><td>Get Agentic Component call sequences for a collection.</td></tr><tr><td>52</td><td><strong>POST /api/getSwaggerDependencies</strong></td><td>Get Swagger/OpenAPI dependencies for Agentic Components.</td></tr><tr><td>53</td><td><strong>POST /api/getCountForHostnameDeactivatedCollections</strong></td><td>Get count of deactivated agentic collections per hostname.</td></tr><tr><td>54</td><td><strong>POST /api/getCountForUningestedApis</strong></td><td>Get count of unintegrated Agentic Components.</td></tr><tr><td>55</td><td><strong>POST /api/fetchUningestedApis</strong></td><td>Fetch all unintegrated Agentic Components.</td></tr><tr><td>56</td><td><strong>POST /api/getSensitiveAndUnauthenticatedValue</strong></td><td>Get Sensitive in Response fields and unauthenticated Agentic Components.</td></tr><tr><td>57</td><td><strong>POST /api/getHighRiskThirdPartyValue</strong></td><td>Get high-risk third-party Agentic Components.</td></tr><tr><td>58</td><td><strong>POST /api/getShadowApis</strong></td><td>Get shadow/unmanaged Agentic Components.</td></tr><tr><td>59</td><td><strong>POST /api/fetchActionItemsApiInfo</strong></td><td>Fetch action items related to Agentic Component information.</td></tr><tr><td>60</td><td><strong>POST /api/fetchAllUnauthenticatedApis</strong></td><td>Fetch all unauthenticated Agentic Components.</td></tr><tr><td>61</td><td><strong>POST /api/getCustomerEndpoints</strong></td><td>Get customer Agentic Components statistics.</td></tr><tr><td>62</td><td><strong>POST /api/getDeMergedApis</strong></td><td>Get list of de-merged Agentic Components.</td></tr><tr><td>63</td><td><strong>POST /api/fetchNonStandardHeaderKeys</strong></td><td>Fetch non-standard headers found in Agentic Components.</td></tr><tr><td>64</td><td><strong>POST /api/getUniqueHostsTested</strong></td><td>Get count of unique hosts that have been scanned.</td></tr><tr><td>65</td><td><strong>POST /api/fetchCountMapOfApis</strong></td><td>Fetch count map of Agentic Components by data type.</td></tr></tbody></table>

## POST /api/getAllCollectionsBasic

> POST request for endpoint /api/getAllCollectionsBasic

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getAllCollectionsBasic":{"post":{"summary":"POST request for endpoint /api/getAllCollectionsBasic","operationId":"/api/getAllCollectionsBasic-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"apiCollections":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","format":"int32"},"name":{"type":"string"},"displayName":{"type":"string"},"hostName":{"type":"string"},"urlsCount":{"type":"integer","format":"int32"},"createdTs":{"type":"integer","format":"int32"},"deactivated":{"type":"boolean"},"redacted":{"type":"boolean"},"type":{"type":"string"}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/getSeverityInfoForCollections

> POST request for endpoint /api/getSeverityInfoForCollections

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getSeverityInfoForCollections":{"post":{"summary":"POST request for endpoint /api/getSeverityInfoForCollections","operationId":"/api/getSeverityInfoForCollections-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"severityInfo":{"type":"object"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/getLastSeenTrafficInfoForCollections

> POST request for endpoint /api/getLastSeenTrafficInfoForCollections

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getLastSeenTrafficInfoForCollections":{"post":{"summary":"POST request for endpoint /api/getLastSeenTrafficInfoForCollections","operationId":"/api/getLastSeenTrafficInfoForCollections-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"lastTrafficSeenMap":{"type":"object"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/getSensitiveInfoForCollections

> POST request for endpoint /api/getSensitiveInfoForCollections

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getSensitiveInfoForCollections":{"post":{"summary":"POST request for endpoint /api/getSensitiveInfoForCollections","operationId":"/api/getSensitiveInfoForCollections-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"type":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"sensitiveUrlsInResponse":{"type":"integer","format":"int32"},"sensitiveSubtypesInCollection":{"type":"object"},"sensitiveSubtypesInUrl":{"type":"array","items":{"type":"object"}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/getRiskScoreInfo

> POST request for endpoint /api/getRiskScoreInfo

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getRiskScoreInfo":{"post":{"summary":"POST request for endpoint /api/getRiskScoreInfo","operationId":"/api/getRiskScoreInfo-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"riskScoreOfCollectionsMap":{"type":"object"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/getCoverageInfoForCollections

> POST request for endpoint /api/getCoverageInfoForCollections

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getCoverageInfoForCollections":{"post":{"summary":"POST request for endpoint /api/getCoverageInfoForCollections","operationId":"/api/getCoverageInfoForCollections-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"testedEndpointsMaps":{"type":"object"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/getAllCollections

> POST request for endpoint /api/getAllCollections

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getAllCollections":{"post":{"summary":"POST request for endpoint /api/getAllCollections","operationId":"/api/getAllCollections-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"apiCollections":{"type":"array","items":{"type":"object","properties":{"hostName":{"type":"string"},"urlsCount":{"type":"integer","format":"int32"},"vxlanId":{"type":"integer","format":"int32"},"displayName":{"type":"string"},"name":{"type":"string"},"startTs":{"type":"integer","format":"int32"},"id":{"type":"integer","format":"int32"}}}},"apiCollectionId":{"type":"integer","format":"int32"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/getAllUsersCollections

> POST request for endpoint /api/getAllUsersCollections

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getAllUsersCollections":{"post":{"summary":"POST request for endpoint /api/getAllUsersCollections","operationId":"/api/getAllUsersCollections-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"usersCollectionList":{"type":"object"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/getSeveritiesCountPerCollection

> POST request for endpoint /api/getSeveritiesCountPerCollection

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getSeveritiesCountPerCollection":{"post":{"summary":"POST request for endpoint /api/getSeveritiesCountPerCollection","operationId":"/api/getSeveritiesCountPerCollection-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"apiCollectionId":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"severityMapForCollection":{"type":"object"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchCollectionWiseApiEndpoints

> POST request for endpoint /api/fetchCollectionWiseApiEndpoints

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchCollectionWiseApiEndpoints":{"post":{"summary":"POST request for endpoint /api/fetchCollectionWiseApiEndpoints","operationId":"/api/fetchCollectionWiseApiEndpoints-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"apiCollectionId":{"type":"integer","format":"int32"},"skip":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"listOfEndpointsInCollection":{"type":"array","items":{"type":"object","properties":{"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"},"method":{"type":"string"}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchIpLevelApiCallStats

> POST request for endpoint /api/fetchIpLevelApiCallStats

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchIpLevelApiCallStats":{"post":{"summary":"POST request for endpoint /api/fetchIpLevelApiCallStats","operationId":"/api/fetchIpLevelApiCallStats-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"},"method":{"type":"string"},"startWindow":{"type":"string"},"endWindow":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"bucketStats":{"type":"array","items":{"type":"object","properties":{"bucketLabel":{"type":"string"},"min":{"type":"integer","format":"int32"},"max":{"type":"integer","format":"int32"},"p50":{"type":"integer","format":"int32"}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchApiInfosForCollection

> POST request for endpoint /api/fetchApiInfosForCollection

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchApiInfosForCollection":{"post":{"summary":"POST request for endpoint /api/fetchApiInfosForCollection","operationId":"/api/fetchApiInfosForCollection-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"apiCollectionId":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"response":{"type":"object","properties":{"apiInfoList":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"method":{"type":"string"},"isSensitive":{"type":"boolean"},"authTypes":{"type":"array","items":{"type":"string"}},"riskScore":{"type":"number"}}}},"redacted":{"type":"boolean"}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchApiCallStats

> POST request for endpoint /api/fetchApiCallStats

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchApiCallStats":{"post":{"summary":"POST request for endpoint /api/fetchApiCallStats","operationId":"/api/fetchApiCallStats-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"},"method":{"type":"string"},"startEpoch":{"type":"integer","format":"int32"},"endEpoch":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"result":{"type":"object","properties":{"apiCallStats":{"type":"array","items":{"type":"object","properties":{"ts":{"type":"integer","format":"int32"},"count":{"type":"integer","format":"int32"}}}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchEndpointsCount

> POST request for endpoint /api/fetchEndpointsCount

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchEndpointsCount":{"post":{"summary":"POST request for endpoint /api/fetchEndpointsCount","operationId":"/api/fetchEndpointsCount-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"startTimestamp":{"type":"integer","format":"int32"},"endTimestamp":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"newCount":{"type":"integer","format":"int32"},"oldCount":{"type":"integer","format":"int32"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchSampleData

> POST request for endpoint /api/fetchSampleData

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchSampleData":{"post":{"summary":"POST request for endpoint /api/fetchSampleData","operationId":"/api/fetchSampleData-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"sensitiveSampleData":{"type":"string"},"sampleDataList":{"type":"array","items":{"type":"object","properties":{"id":{"type":"object","properties":{"method":{"type":"string"},"bucketEndEpoch":{"type":"integer","format":"int32"},"bucketStartEpoch":{"type":"integer","format":"int32"},"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"},"responseCode":{"type":"integer","format":"int32"}}},"samples":{"type":"array","items":{"type":"string"}}}}},"traffic":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/generateOpenApiFile

> POST request for endpoint /api/generateOpenApiFile

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/generateOpenApiFile":{"post":{"summary":"POST request for endpoint /api/generateOpenApiFile","operationId":"/api/generateOpenApiFile-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"apiCollectionId":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"openApiFile":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchAllUrlsAndMethods

> POST request for endpoint /api/fetchAllUrlsAndMethods

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchAllUrlsAndMethods":{"post":{"summary":"POST request for endpoint /api/fetchAllUrlsAndMethods","operationId":"/api/fetchAllUrlsAndMethods-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"apiCollectionId":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"allUrls":{"type":"array","items":{"type":"string"}},"allMethods":{"type":"array","items":{"type":"string"}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchNewEndpointsTrendForHostCollections

> POST request for endpoint /api/fetchNewEndpointsTrendForHostCollections

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchNewEndpointsTrendForHostCollections":{"post":{"summary":"POST request for endpoint /api/fetchNewEndpointsTrendForHostCollections","operationId":"/api/fetchNewEndpointsTrendForHostCollections-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"startTimestamp":{"type":"integer","format":"int32"},"endTimestamp":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"newEndpointsTrend":{"type":"array","items":{"type":"object","properties":{"ts":{"type":"integer","format":"int32"},"count":{"type":"integer","format":"int32"}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchNewEndpointsTrendForNonHostCollections

> POST request for endpoint /api/fetchNewEndpointsTrendForNonHostCollections

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchNewEndpointsTrendForNonHostCollections":{"post":{"summary":"POST request for endpoint /api/fetchNewEndpointsTrendForNonHostCollections","operationId":"/api/fetchNewEndpointsTrendForNonHostCollections-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"startTimestamp":{"type":"integer","format":"int32"},"endTimestamp":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"newEndpointsTrend":{"type":"array","items":{"type":"object"}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchAPICollection

> POST request for endpoint /api/fetchAPICollection

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchAPICollection":{"post":{"summary":"POST request for endpoint /api/fetchAPICollection","operationId":"/api/fetchAPICollection-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"useHost":{"type":"boolean"},"apiCollectionId":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"endpoints":{"type":"array","items":{"type":"object","properties":{"startTs":{"type":"integer","format":"int32"},"changesCount":{"type":"integer","format":"int32"},"_id":{"type":"object","properties":{"method":{"type":"string"},"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}}}}}}},"apiInfoList":{"type":"array","items":{"type":"object","properties":{"lastSeen":{"type":"integer","format":"int32"},"actualAuthType":{"type":"array","items":{"type":"string"}},"allAuthTypesFound":{"type":"array","items":{"type":"array","items":{"type":"string"}}},"violations":{"type":"string"},"id":{"type":"object","properties":{"method":{"type":"string"},"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"}}}}}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchChanges

> POST request for endpoint /api/fetchChanges

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchChanges":{"post":{"summary":"POST request for endpoint /api/fetchChanges","operationId":"/api/fetchChanges-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"request":{"type":"boolean"},"filterOperators":{"type":"object","properties":{"color":{"type":"string"},"method":{"type":"string"},"param":{"type":"string"},"isHeader":{"type":"string"},"domain":{"type":"string"},"subType":{"type":"string"},"apiCollectionId":{"type":"string"},"url":{"type":"string"},"timestamp":{"type":"string"}}},"sortKey":{"type":"string"},"sortOrder":{"type":"integer","format":"int32"},"limit":{"type":"integer","format":"int32"},"skip":{"type":"integer","format":"int32"},"sensitive":{"type":"boolean"},"endTimestamp":{"type":"integer","format":"int32"},"startTimestamp":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"listOfEndpointsInCollection":{"type":"string"},"filterOperators":{"type":"object","properties":{"color":{"type":"string"},"method":{"type":"string"},"param":{"type":"string"},"isHeader":{"type":"string"},"domain":{"type":"string"},"subType":{"type":"string"},"apiCollectionId":{"type":"string"},"url":{"type":"string"},"timestamp":{"type":"string"}}},"urls":{"type":"string"},"endpoints":{"type":"string"},"sortKey":{"type":"string"},"method":{"type":"string"},"response":{"type":"object","properties":{"data":{"type":"object","properties":{"endpoints":{"type":"array","items":{"type":"object","properties":{"isUrlParam":{"type":"boolean"},"method":{"type":"string"},"maxValue":{"type":"integer","format":"int32"},"values":{"type":"object","properties":{"elements":{"type":"array","items":{"type":"string"}}}},"count":{"type":"integer","format":"int32"},"isPrivate":{"type":"boolean"},"apiCollectionId":{"type":"integer","format":"int32"},"sensitive":{"type":"boolean"},"url":{"type":"string"},"responseCode":{"type":"integer","format":"int32"},"duration":{"type":"integer","format":"int32"},"minValue":{"type":"integer","format":"int32"},"lastSeen":{"type":"integer","format":"int32"},"publicCount":{"type":"integer","format":"int32"},"param":{"type":"string"},"isHeader":{"type":"boolean"},"subTypeString":{"type":"string"},"domain":{"type":"string"},"subType":{"type":"object","properties":{"sensitiveAlways":{"type":"boolean"},"swaggerSchemaClass":{"type":"string"},"name":{"type":"string"},"superType":{"type":"string"}}},"timestamp":{"type":"integer","format":"int32"},"uniqueCount":{"type":"integer","format":"int32"}}}},"total":{"type":"integer","format":"int32"}}}}},"sortOrder":{"type":"integer","format":"int32"},"limit":{"type":"integer","format":"int32"},"skip":{"type":"integer","format":"int32"},"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchCustomAuthTypes

> POST request for endpoint /api/fetchCustomAuthTypes

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchCustomAuthTypes":{"post":{"summary":"POST request for endpoint /api/fetchCustomAuthTypes","operationId":"/api/fetchCustomAuthTypes-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"customAuthType":{"type":"string"},"usersMap":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchDataTypeNames

> POST request for endpoint /api/fetchDataTypeNames

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchDataTypeNames":{"post":{"summary":"POST request for endpoint /api/fetchDataTypeNames","operationId":"/api/fetchDataTypeNames-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"totalSampleDataCount":{"type":"integer","format":"int32"},"dataTypes":{"type":"string"},"currentProcessed":{"type":"integer","format":"int32"},"customSubTypeMatches":{"type":"string"},"customDataType":{"type":"string"},"allDataTypes":{"type":"array","items":{"type":"string"}},"sensitivePosition":{"type":"string"},"aktoDataType":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchDataTypes

> POST request for endpoint /api/fetchDataTypes

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchDataTypes":{"post":{"summary":"POST request for endpoint /api/fetchDataTypes","operationId":"/api/fetchDataTypes-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","description":"AKTO_ERROR while building schema"}}}}}}}}}
```

## POST /api/fetchEndpointTrafficData

> POST request for endpoint /api/fetchEndpointTrafficData

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchEndpointTrafficData":{"post":{"summary":"POST request for endpoint /api/fetchEndpointTrafficData","operationId":"/api/fetchEndpointTrafficData-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"method":{"type":"string"},"endEpoch":{"type":"integer","format":"int32"},"apiCollectionId":{"type":"integer","format":"int32"},"startEpoch":{"type":"integer","format":"int32"},"url":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"sensitiveSampleData":{"type":"string"},"sampleDataList":{"type":"string"},"traffic":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchNewParametersTrend

> POST request for endpoint /api/fetchNewParametersTrend

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchNewParametersTrend":{"post":{"summary":"POST request for endpoint /api/fetchNewParametersTrend","operationId":"/api/fetchNewParametersTrend-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"endTimestamp":{"type":"integer","format":"int32"},"startTimestamp":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"endpoints":{"type":"array","items":{"type":"object","properties":{"count":{"type":"integer","format":"int32"},"_id":{"type":"number"}}}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchSensitiveParamsForEndpoints

> POST request for endpoint /api/fetchSensitiveParamsForEndpoints

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchSensitiveParamsForEndpoints":{"post":{"summary":"POST request for endpoint /api/fetchSensitiveParamsForEndpoints","operationId":"/api/fetchSensitiveParamsForEndpoints-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"urls":{"type":"array","items":{"type":"string"}}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"endpoints":{"type":"array","items":{"type":"object","properties":{"isUrlParam":{"type":"boolean"},"method":{"type":"string"},"maxValue":{"type":"integer","format":"int32"},"count":{"type":"integer","format":"int32"},"sensitive":{"type":"boolean"},"apiCollectionId":{"type":"integer","format":"int32"},"isPrivate":{"type":"boolean"},"url":{"type":"string"},"responseCode":{"type":"integer","format":"int32"},"duration":{"type":"integer","format":"int32"},"minValue":{"type":"integer","format":"int32"},"lastSeen":{"type":"integer","format":"int32"},"publicCount":{"type":"integer","format":"int32"},"param":{"type":"string"},"subTypeString":{"type":"string"},"isHeader":{"type":"boolean"},"domain":{"type":"string"},"subType":{"type":"object","properties":{"sensitiveAlways":{"type":"boolean"},"name":{"type":"string"},"swaggerSchemaClass":{"type":"string"},"sensitivePosition":{"type":"array","items":{"type":"string"}},"superType":{"type":"string"}}},"uniqueCount":{"type":"integer","format":"int32"},"timestamp":{"type":"integer","format":"int32"}}}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchTagConfigs

> POST request for endpoint /api/fetchTagConfigs

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchTagConfigs":{"post":{"summary":"POST request for endpoint /api/fetchTagConfigs","operationId":"/api/fetchTagConfigs-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"tagConfigs":{"type":"object","properties":{"tagConfigs":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"creatorId":{"type":"integer","format":"int32"},"active":{"type":"boolean"},"id":{"type":"object","properties":{"date":{"type":"string"},"timestamp":{"type":"integer","format":"int32"}}},"keyConditions":{"type":"object","properties":{"predicates":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"value":{"type":"string"}}}},"operator":{"type":"string"}}},"timestamp":{"type":"integer","format":"int32"}}}},"usersMap":{"type":"object","properties":{"NUMBER":{"type":"string"}}}}},"tagConfig":{"type":"string"},"name":{"type":"string"},"active":{"type":"boolean"},"keyConditionFromUsers":{"type":"string"},"createNew":{"type":"boolean"},"keyOperator":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/loadRecentEndpoints

> POST request for endpoint /api/loadRecentEndpoints

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/loadRecentEndpoints":{"post":{"summary":"POST request for endpoint /api/loadRecentEndpoints","operationId":"/api/loadRecentEndpoints-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"endTimestamp":{"type":"integer","format":"int32"},"startTimestamp":{"type":"integer","format":"int32"}},"description":"Sample description"}}}},"responses":{"200":{"description":"description","content":{"application/json":{"schema":{"type":"object","properties":{"data":{"type":"object","properties":{"endpoints":{"type":"array","items":{"type":"object","properties":{"count":{"type":"integer","format":"int32"},"countTs":{"type":"integer","format":"int32"},"startTs":{"type":"integer","format":"int32"},"_id":{"type":"object","properties":{"method":{"type":"string"},"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"},"tags":{"type":"array","items":{"type":"string"}}}}}}},"apiInfoList":{"type":"array","items":{"type":"object","properties":{"lastSeen":{"type":"integer","format":"int32"},"actualAuthType":{"type":"array","items":{"type":"string"}},"allAuthTypesFound":{"type":"array","items":{"type":"array","items":{"type":"string"}}},"violations":{"type":"string"},"id":{"type":"object","properties":{"method":{"type":"string"},"apiCollectionId":{"type":"integer","format":"int32"},"url":{"type":"string"}}}}}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/checkAgentRunModule

> POST request for endpoint /api/checkAgentRunModule

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/checkAgentRunModule":{"post":{"summary":"POST request for endpoint /api/checkAgentRunModule","operationId":"/api/checkAgentRunModule-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["processId"],"properties":{"processId":{"type":"string","description":"Process ID to check."}}}}}},"responses":{"200":{"description":"Returns whether the agent is running.","content":{"application/json":{"schema":{"type":"object","properties":{"agentRunningOnModule":{"type":"boolean","description":"Whether the agent is running on any module."}}}}}}}}}}}
```

## POST /api/fetchMcpAuditInfoByCollection

> POST request for endpoint /api/fetchMcpAuditInfoByCollection

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchMcpAuditInfoByCollection":{"post":{"summary":"POST request for endpoint /api/fetchMcpAuditInfoByCollection","operationId":"/api/fetchMcpAuditInfoByCollection-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["apiCollectionId"],"properties":{"apiCollectionId":{"type":"integer","description":"API collection ID to fetch audit info for."}}}}}},"responses":{"200":{"description":"Returns MCP audit information for the collection.","content":{"application/json":{"schema":{"type":"object","properties":{"mcpAuditInfoList":{"type":"array","description":"List of McpAuditInfo records (max 1,000 records).","items":{"type":"object","properties":{"id":{"type":"string"},"server":{"type":"string"},"timestamp":{"type":"integer"},"action":{"type":"string"}}}}}}}}}}}}}}
```

## POST /api/fetchMcpToolsApiCalls

> POST request for endpoint /api/fetchMcpToolsApiCalls

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchMcpToolsApiCalls":{"post":{"summary":"POST request for endpoint /api/fetchMcpToolsApiCalls","operationId":"/api/fetchMcpToolsApiCalls-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["apiCollectionId"],"properties":{"apiCollectionId":{"type":"integer","description":"API collection ID containing MCP tools."}}}}}},"responses":{"200":{"description":"Returns tool API calls grouped by tool.","content":{"application/json":{"schema":{"type":"object","properties":{"response":{"type":"object","description":"Map of tool name to list of API calls made by that tool.","additionalProperties":{"type":"array","items":{"type":"object"}}}}}}}}}}}}}
```

## POST /api/getAgentLogs

> POST request for endpoint /api/getAgentLogs

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getAgentLogs":{"post":{"summary":"POST request for endpoint /api/getAgentLogs","operationId":"/api/getAgentLogs-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["agentId"],"properties":{"agentId":{"type":"string","description":"Required agent ID to fetch logs for."},"startTime":{"type":"integer","description":"Optional start timestamp in seconds (defaults to 24 hours ago)."},"endTime":{"type":"integer","description":"Optional end timestamp in seconds (defaults to current time)."}}}}}},"responses":{"200":{"description":"Returns agent logs for the specified time range.","content":{"application/json":{"schema":{"type":"object","properties":{"agentLogs":{"type":"array","description":"List of agent log entries, sorted by timestamp (newest first).","items":{"type":"object","properties":{"timestamp":{"type":"integer"},"level":{"type":"string"},"message":{"type":"string"}}}}}}}}}}}}}}
```

## POST /api/getAgentModels

> POST request for endpoint /api/getAgentModels

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getAgentModels":{"post":{"summary":"POST request for endpoint /api/getAgentModels","operationId":"/api/getAgentModels-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","description":"No request body required."}}}},"responses":{"200":{"description":"Returns all configured AI models.","content":{"application/json":{"schema":{"type":"object","properties":{"models":{"type":"array","description":"Custom models plus the default AKTO_AGENT_MODEL.","items":{"type":"object","properties":{"name":{"type":"string"},"model":{"type":"string"},"type":{"type":"string"}}}}}}}}}}}}}}
```

## POST /api/getAllAgentRunningDetails

> POST request for endpoint /api/getAllAgentRunningDetails

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getAllAgentRunningDetails":{"post":{"summary":"POST request for endpoint /api/getAllAgentRunningDetails","operationId":"/api/getAllAgentRunningDetails-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["processId"],"properties":{"processId":{"type":"string","description":"Agent run process ID."}}}}}},"responses":{"200":{"description":"Returns complete agent run details for reboot.","content":{"application/json":{"schema":{"type":"object","properties":{"response":{"type":"object","properties":{"type":{"type":"string"},"data":{"type":"object","description":"Complete agentRun object."},"allSubProcesses":{"type":"array","items":{"type":"object"},"description":"All subprocesses for the run."}}}}}}}}}}}}}
```

## POST /api/getAllAgentRuns

> POST request for endpoint /api/getAllAgentRuns

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getAllAgentRuns":{"post":{"summary":"POST request for endpoint /api/getAllAgentRuns","operationId":"/api/getAllAgentRuns-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"agent":{"type":"string","description":"Optional agent type to filter by (e.g., DISCOVERY_AGENT uses different DAO)."}}}}}},"responses":{"200":{"description":"Returns all running agent runs.","content":{"application/json":{"schema":{"type":"object","properties":{"agentRuns":{"type":"array","description":"Running agent runs with excluded model and private data.","items":{"type":"object","properties":{"processId":{"type":"string"},"agent":{"type":"string"},"state":{"type":"string"},"createdTs":{"type":"integer"}}}},"discoveryAgentRuns":{"type":"array","description":"For discovery agents only; empty for other agent types.","items":{"type":"object"}}}}}}}}}}}}
```

## POST /api/getAllAgentRunsObject

> POST request for endpoint /api/getAllAgentRunsObject

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getAllAgentRunsObject":{"post":{"summary":"POST request for endpoint /api/getAllAgentRunsObject","operationId":"/api/getAllAgentRunsObject-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["agent"],"properties":{"agent":{"type":"string","description":"Required agent type to filter by."}}}}}},"responses":{"200":{"description":"Returns all agent runs for the specified type.","content":{"application/json":{"schema":{"type":"object","properties":{"agentRuns":{"type":"array","description":"All agent runs (any state) of specified type.","items":{"type":"object"}}}}}}}}}}}}
```

## POST /api/getMcpServersByAgent

> POST request for endpoint /api/getMcpServersByAgent

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getMcpServersByAgent":{"post":{"summary":"POST request for endpoint /api/getMcpServersByAgent","operationId":"/api/getMcpServersByAgent-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"agentId":{"type":"string","description":"Optional agent ID to filter MCP servers by."},"deviceId":{"type":"string","description":"Optional device ID to filter MCP servers by."}}}}}},"responses":{"200":{"description":"Returns MCP servers for the specified agent/device.","content":{"application/json":{"schema":{"type":"object","properties":{"mcpServers":{"type":"array","description":"List of EndpointShieldServer objects.","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"url":{"type":"string"},"lastSeen":{"type":"integer"}}}}}}}}}}}}}}
```

## POST /api/getMcpdata

> POST request for endpoint /api/getMcpdata

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getMcpdata":{"post":{"summary":"POST request for endpoint /api/getMcpdata","operationId":"/api/getMcpdata-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["filterType"],"properties":{"filterType":{"type":"string","description":"Type of filter. One of: TOTAL_APIS, NEW_APIS_7_DAYS, THIRD_PARTY_APIS, RECENT_OPEN_ALERTS, CRITICAL_APIS, TOOLS, PROMPTS, RESOURCES, MCP_SERVER, TOP_3_APPLICATIONS_BY_TRAFFIC, POLICY_GUARDRAIL_APIS."}}}}}},"responses":{"200":{"description":"Returns MCP data matching the filter type.","content":{"application/json":{"schema":{"type":"object","properties":{"mcpDataCount":{"type":"integer","description":"Count of data matching the filter type."},"auditAlerts":{"type":"array","description":"List of McpAuditInfo (only for RECENT_OPEN_ALERTS filter).","items":{"type":"object"}},"response":{"type":"object","description":"Additional response data (alertDetails or topApplications depending on filter type).","properties":{"alertDetails":{"type":"array","items":{"type":"object"}},"topApplications":{"type":"array","items":{"type":"object"}}}}}}}}}}}}}}
```

## POST /api/getMemberAgents

> POST request for endpoint /api/getMemberAgents

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getMemberAgents":{"post":{"summary":"POST request for endpoint /api/getMemberAgents","operationId":"/api/getMemberAgents-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","description":"No request body required."}}}},"responses":{"200":{"description":"Returns all available agent types.","content":{"application/json":{"schema":{"type":"object","properties":{"agents":{"type":"array","description":"Array of all available Agent enum values.","items":{"type":"string"}}}}}}}}}}}}
```

## POST /api/receiveDataFromAgent

> POST request for endpoint /api/receiveDataFromAgent

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/receiveDataFromAgent":{"post":{"summary":"POST request for endpoint /api/receiveDataFromAgent","operationId":"/api/receiveDataFromAgent-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["processId","subProcessId","attemptId","type","agent"],"properties":{"processId":{"type":"string","description":"Process ID."},"subProcessId":{"type":"string","description":"Sub-process ID."},"attemptId":{"type":"integer","description":"Attempt ID."},"type":{"type":"string","description":"Data type. One of: logs, stateChange, subProcessHeading, batchedData, logs_discovery, error_request, increment_processed_apis, metadata_discovery, harData, api_dependencies."},"agent":{"type":"string","description":"Agent type."},"logs":{"type":"array","description":"Agent logs (for type 'logs').","items":{"type":"object"}},"state":{"type":"string","description":"New state (for type 'stateChange')."},"data":{"type":"object","description":"Type-specific data."},"subProcessHeading":{"type":"string","description":"Heading (for type 'subProcessHeading')."},"currentProcessingUrlInDiscoveryFromAgent":{"type":"string","description":"Current URL being processed."}}}}}},"responses":{"200":{"description":"Data received and processed successfully.","content":{"application/json":{"schema":{"type":"object","properties":{"response":{"type":"object","properties":{"success":{"type":"string"}}}}}}}}}}}}}
```

## POST /api/fetchAllResponsesForApiCollectionOrdered

> POST request for endpoint /api/fetchAllResponsesForApiCollectionOrdered

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchAllResponsesForApiCollectionOrdered":{"post":{"summary":"POST request for endpoint /api/fetchAllResponsesForApiCollectionOrdered","operationId":"/api/fetchAllResponsesForApiCollectionOrdered-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["apiCollectionId"],"properties":{"apiCollectionId":{"type":"integer","description":"API collection ID."},"skip":{"type":"integer","description":"Skip count for pagination (clamped to >= 0)."},"limit":{"type":"integer","description":"Result limit (clamped to 1-10)."}}}}}},"responses":{"200":{"description":"Returns sample response data.","content":{"application/json":{"schema":{"type":"object","properties":{"sample":{"type":"object","description":"First sample from paginated results ordered by ID descending.","properties":{"id":{"type":"string"},"responseCode":{"type":"integer"},"responseBody":{"type":"string"}}}}}}}}}}}}}
```

## POST /api/getAllSubProcesses

> POST request for endpoint /api/getAllSubProcesses

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getAllSubProcesses":{"post":{"summary":"POST request for endpoint /api/getAllSubProcesses","operationId":"/api/getAllSubProcesses-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["processId","agent"],"properties":{"processId":{"type":"string","description":"Process ID of agent run."},"agent":{"type":"string","description":"Agent type to determine which DAO to use."}}}}}},"responses":{"200":{"description":"Returns all subprocesses for the agent run.","content":{"application/json":{"schema":{"type":"object","properties":{"subProcesses":{"type":"array","description":"List of AgentSubProcessSingleAttempt objects.","items":{"type":"object"}},"discoverySubProcesses":{"type":"array","description":"For discovery agents only.","items":{"type":"object"}}}}}}}}}}}}
```

## POST /api/getFileForDiscovery

> POST request for endpoint /api/getFileForDiscovery

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getFileForDiscovery":{"post":{"summary":"POST request for endpoint /api/getFileForDiscovery","operationId":"/api/getFileForDiscovery-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["agentProcessId","fileId"],"properties":{"agentProcessId":{"type":"string","description":"Discovery agent run process ID."},"fileId":{"type":"string","description":"File ID to retrieve."}}}}}},"responses":{"200":{"description":"Returns compressed file content.","content":{"application/json":{"schema":{"type":"object","properties":{"compressedContent":{"type":"string","description":"Compressed file content (gzip format)."}}}}}}}}}}}
```

## POST /api/getSubProcess

> POST request for endpoint /api/getSubProcess

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getSubProcess":{"post":{"summary":"POST request for endpoint /api/getSubProcess","operationId":"/api/getSubProcess-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","required":["processId","subProcessId","attemptId"],"properties":{"processId":{"type":"string","description":"Process ID of agent run."},"subProcessId":{"type":"string","description":"Sub-process ID."},"attemptId":{"type":"integer","description":"Attempt ID."}}}}}},"responses":{"200":{"description":"Returns subprocess details.","content":{"application/json":{"schema":{"type":"object","properties":{"subprocess":{"type":"object","description":"AgentSubProcessSingleAttempt object with details of the subprocess.","properties":{"processId":{"type":"string"},"subProcessId":{"type":"string"},"attemptId":{"type":"integer"},"state":{"type":"string"}}}}}}}}}}}}}
```

## GET /api/inventory/{collectionId}/openapi

> GET request for endpoint /api/inventory/{collectionId}/openapi

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/inventory/{collectionId}/openapi":{"get":{"summary":"GET request for endpoint /api/inventory/{collectionId}/openapi","operationId":"/api/inventory/{collectionId}/openapi-GET","parameters":[{"name":"collectionId","in":"path","required":true,"schema":{"type":"string"}},{"name":"content-type","in":"header","schema":{"type":"string"}},{"name":"X-API-KEY","in":"header","schema":{"type":"string"}}],"responses":{"200":{"description":"OpenAPI specification retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"openapi":{"type":"string"},"info":{"type":"object","properties":{"title":{"type":"string"},"version":{"type":"string"}}},"paths":{"type":"object"}}}}}}}}}}}
```

## POST /api/getAPICatalog

> POST request for endpoint /api/getAPICatalog

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getAPICatalog":{"post":{"summary":"POST request for endpoint /api/getAPICatalog","operationId":"/api/getAPICatalog-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"API catalog retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"apiCatalogData":{"type":"array","items":{"type":"object","properties":{"_id":{"type":"object","properties":{"url":{"type":"string"},"method":{"type":"string"},"apiCollectionId":{"type":"integer"}}},"apiType":{"type":"string"},"discoveredTimestamp":{"type":"integer"},"lastSeen":{"type":"integer"},"responseCodes":{"type":"array","items":{"type":"integer"}}}}}}}}}}}}}}}
```

## POST /api/fetchCollections

> POST request for endpoint /api/fetchCollections

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchCollections":{"post":{"summary":"POST request for endpoint /api/fetchCollections","operationId":"/api/fetchCollections-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Collections fetched successfully","content":{"application/json":{"schema":{"type":"object","properties":{"collections":{"type":"array","items":{"type":"object","properties":{"uid":{"type":"string"},"name":{"type":"string"}}}}}}}}}}}}}}
```

## POST /api/getCollection

> POST request for endpoint /api/getCollection

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getCollection":{"post":{"summary":"POST request for endpoint /api/getCollection","operationId":"/api/getCollection-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"apiCollectionId":{"type":"integer"}}}}}},"responses":{"200":{"description":"Collection details retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"apiCollections":{"type":"array","items":{"type":"object","properties":{"_id":{"type":"integer"},"name":{"type":"string"},"displayName":{"type":"string"},"type":{"type":"string"},"deactivated":{"type":"boolean"},"automated":{"type":"boolean"},"startTs":{"type":"integer"}}}}}}}}}}}}}}
```

## POST /api/fetchIconsForHostnames

> POST request for endpoint /api/fetchIconsForHostnames

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchIconsForHostnames":{"post":{"summary":"POST request for endpoint /api/fetchIconsForHostnames","operationId":"/api/fetchIconsForHostnames-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"hostnames":{"type":"array","items":{"type":"string"}}}}}}},"responses":{"200":{"description":"Icons retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"icons":{"type":"object","additionalProperties":{"type":"string"}}}}}}}}}}}}
```

## POST /api/getApiSequences

> POST request for endpoint /api/getApiSequences

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getApiSequences":{"post":{"summary":"POST request for endpoint /api/getApiSequences","operationId":"/api/getApiSequences-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"apiCollectionId":{"type":"integer"}}}}}},"responses":{"200":{"description":"API sequences retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"apiSequences":{"type":"array","items":{"type":"object","properties":{"sequence":{"type":"array","items":{"type":"string"}}}}}}}}}}}}}}}
```

## POST /api/getSwaggerDependencies

> POST request for endpoint /api/getSwaggerDependencies

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getSwaggerDependencies":{"post":{"summary":"POST request for endpoint /api/getSwaggerDependencies","operationId":"/api/getSwaggerDependencies-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Swagger dependencies retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"dependencies":{"type":"array","items":{"type":"object","properties":{"source":{"type":"string"},"dependencies":{"type":"array","items":{"type":"string"}}}}}}}}}}}}}}}
```

## POST /api/getCountForHostnameDeactivatedCollections

> POST request for endpoint /api/getCountForHostnameDeactivatedCollections

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getCountForHostnameDeactivatedCollections":{"post":{"summary":"POST request for endpoint /api/getCountForHostnameDeactivatedCollections","operationId":"/api/getCountForHostnameDeactivatedCollections-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Count retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"deactivatedCollectionsCountByHostname":{"type":"object","additionalProperties":{"type":"integer"}},"totalDeactivated":{"type":"integer"}}}}}}}}}}}
```

## POST /api/getCountForUningestedApis

> POST request for endpoint /api/getCountForUningestedApis

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getCountForUningestedApis":{"post":{"summary":"POST request for endpoint /api/getCountForUningestedApis","operationId":"/api/getCountForUningestedApis-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Count retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"uningestedCount":{"type":"integer"},"totalApiCount":{"type":"integer"}}}}}}}}}}}
```

## POST /api/fetchUningestedApis

> POST request for endpoint /api/fetchUningestedApis

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchUningestedApis":{"post":{"summary":"POST request for endpoint /api/fetchUningestedApis","operationId":"/api/fetchUningestedApis-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"skip":{"type":"integer"},"limit":{"type":"integer"}}}}}},"responses":{"200":{"description":"Unintegrated APIs retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"apis":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"method":{"type":"string"},"apiCollectionId":{"type":"integer"},"discoveredTimestamp":{"type":"integer"}}}},"total":{"type":"integer"}}}}}}}}}}}
```

## POST /api/getSensitiveAndUnauthenticatedValue

> POST request for endpoint /api/getSensitiveAndUnauthenticatedValue

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getSensitiveAndUnauthenticatedValue":{"post":{"summary":"POST request for endpoint /api/getSensitiveAndUnauthenticatedValue","operationId":"/api/getSensitiveAndUnauthenticatedValue-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"apiCollectionId":{"type":"integer"}}}}}},"responses":{"200":{"description":"Sensitive data retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"sensitiveFields":{"type":"array","items":{"type":"string"}},"isSensitive":{"type":"boolean"},"unauthenticatedEndpointsCount":{"type":"integer"},"sensitiveEndpointsCount":{"type":"integer"}}}}}}}}}}}
```

## POST /api/getHighRiskThirdPartyValue

> POST request for endpoint /api/getHighRiskThirdPartyValue

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getHighRiskThirdPartyValue":{"post":{"summary":"POST request for endpoint /api/getHighRiskThirdPartyValue","operationId":"/api/getHighRiskThirdPartyValue-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"apiCollectionId":{"type":"integer"}}}}}},"responses":{"200":{"description":"High-risk third-party APIs retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"highRiskApis":{"type":"array","items":{"type":"object","properties":{"endpoint":{"type":"string"},"riskScore":{"type":"number"}}}}}}}}}}}}}}
```

## POST /api/getShadowApis

> POST request for endpoint /api/getShadowApis

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getShadowApis":{"post":{"summary":"POST request for endpoint /api/getShadowApis","operationId":"/api/getShadowApis-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"apiCollectionId":{"type":"integer"}}}}}},"responses":{"200":{"description":"Shadow APIs retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"shadowApis":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"method":{"type":"string"},"discoveredTimestamp":{"type":"integer"},"lastSeen":{"type":"integer"},"riskScore":{"type":"number"}}}},"totalShadowApisCount":{"type":"integer"}}}}}}}}}}}
```

## POST /api/fetchActionItemsApiInfo

> POST request for endpoint /api/fetchActionItemsApiInfo

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchActionItemsApiInfo":{"post":{"summary":"POST request for endpoint /api/fetchActionItemsApiInfo","operationId":"/api/fetchActionItemsApiInfo-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Action items retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"actionItems":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"type":"string"},"priority":{"type":"string"}}}}}}}}}}}}}}
```

## POST /api/fetchAllUnauthenticatedApis

> POST request for endpoint /api/fetchAllUnauthenticatedApis

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchAllUnauthenticatedApis":{"post":{"summary":"POST request for endpoint /api/fetchAllUnauthenticatedApis","operationId":"/api/fetchAllUnauthenticatedApis-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Unauthenticated APIs retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"apis":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"method":{"type":"string"},"apiCollectionId":{"type":"integer"},"riskScore":{"type":"number"}}}},"totalCount":{"type":"integer"}}}}}}}}}}}
```

## POST /api/getCustomerEndpoints

> POST request for endpoint /api/getCustomerEndpoints

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getCustomerEndpoints":{"post":{"summary":"POST request for endpoint /api/getCustomerEndpoints","operationId":"/api/getCustomerEndpoints-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Customer endpoints retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"totalEndpoints":{"type":"integer"},"activeEndpoints":{"type":"integer"},"inactiveEndpoints":{"type":"integer"},"sensitiveEndpoints":{"type":"integer"},"unauthenticatedEndpoints":{"type":"integer"}}}}}}}}}}}
```

## POST /api/getDeMergedApis

> POST request for endpoint /api/getDeMergedApis

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getDeMergedApis":{"post":{"summary":"POST request for endpoint /api/getDeMergedApis","operationId":"/api/getDeMergedApis-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"apiCollectionId":{"type":"integer"}}}}}},"responses":{"200":{"description":"De-merged APIs retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"deMergedApis":{"type":"array","items":{"type":"object","properties":{"original":{"type":"string"},"separated":{"type":"array","items":{"type":"string"}}}}}}}}}}}}}}}
```

## POST /api/fetchNonStandardHeaderKeys

> POST request for endpoint /api/fetchNonStandardHeaderKeys

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchNonStandardHeaderKeys":{"post":{"summary":"POST request for endpoint /api/fetchNonStandardHeaderKeys","operationId":"/api/fetchNonStandardHeaderKeys-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Non-standard headers retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"nonStandardHeaders":{"type":"array","items":{"type":"string"}}}}}}}}}}}}
```

## POST /api/getUniqueHostsTested

> POST request for endpoint /api/getUniqueHostsTested

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getUniqueHostsTested":{"post":{"summary":"POST request for endpoint /api/getUniqueHostsTested","operationId":"/api/getUniqueHostsTested-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Unique hosts retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"uniqueHosts":{"type":"array","items":{"type":"string"}},"count":{"type":"integer"}}}}}}}}}}}
```

## POST /api/fetchCountMapOfApis

> POST request for endpoint /api/fetchCountMapOfApis

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchCountMapOfApis":{"post":{"summary":"POST request for endpoint /api/fetchCountMapOfApis","operationId":"/api/fetchCountMapOfApis-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"API count map retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"countMap":{"type":"object","additionalProperties":{"type":"integer"}},"totalCount":{"type":"integer"}}}}}}}}}}}
```
