# Fetch Data

<table data-full-width="true"><thead><tr><th width="50">#</th><th width="450">API</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td><strong>POST /api/fetchThreatActors</strong></td><td>Fetch guardrail actors (malicious sources) and their threat scores.</td></tr><tr><td>2</td><td><strong>POST /api/fetchThreatApis</strong></td><td>Retrieve Agentic components targeted by guardrails or malicious traffic.</td></tr><tr><td>3</td><td><strong>POST /api/fetchThreatData</strong></td><td>Fetch comprehensive Agentic Guardrail Activity and malicious attack data.</td></tr><tr><td>4</td><td><strong>POST /api/fetchThreatTopNData</strong></td><td>Get the top N Agentic Guardrail Activity or malicious activities by frequency or impact.</td></tr><tr><td>5</td><td><strong>POST /api/fetchThreatCategoryCount</strong></td><td>Get the count of Agentic Guardrails Policy Triggered events grouped by policy category.</td></tr><tr><td>6</td><td><strong>POST /api/fetchThreatComplianceInfos</strong></td><td>Retrieve Agentic Guardrails and threat compliance information.</td></tr><tr><td>7</td><td><strong>POST /api/getIpReputationScore</strong></td><td>Get the threat score for a specific IP address.</td></tr><tr><td>8</td><td><strong>POST /api/fetchGuardrailPolicies</strong></td><td>Fetch all configured Agentic Guardrails policies.</td></tr><tr><td>9</td><td><strong>POST /api/fetchGuardrailData</strong></td><td>Retrieve comprehensive Agentic Guardrails detection and response data.</td></tr><tr><td>10</td><td><strong>POST /api/fetchAggregateMaliciousRequests</strong></td><td>Fetch aggregated malicious Agentic Request data.</td></tr><tr><td>11</td><td><strong>POST /api/getActorsCountPerCounty</strong></td><td>Get the count of threat actors or malicious sources per country.</td></tr><tr><td>12</td><td><strong>POST /api/getDailyThreatActorsCount</strong></td><td>Retrieve the daily count of active Agentic Guardrails actors or malicious sources.</td></tr><tr><td>13</td><td><strong>POST /api/fetchSessionContext</strong></td><td>Fetch session context and metadata for Agentic Guardrails or malicious events.</td></tr><tr><td>14</td><td><strong>POST /api/fetchSuspectSampleData</strong></td><td>Fetch sample payloads from suspected malicious Agentic Requests.</td></tr><tr><td>15</td><td><strong>POST /api/fetchCountBySeverity</strong></td><td>Retrieve the count of Agentic Guardrails events grouped by severity level.</td></tr><tr><td>16</td><td><strong>POST /api/fetchFiltersForThreatActors</strong></td><td>Fetch filters for threat actors.</td></tr><tr><td>17</td><td><strong>POST /api/fetchFiltersThreatTable</strong></td><td>Fetch filters for threat detection table.</td></tr><tr><td>18</td><td><strong>POST /api/fetchThreatActivityWebhookIntegration</strong></td><td>Fetch Agentic Guardrail Activity webhook integration configuration.</td></tr><tr><td>19</td><td><strong>POST /api/fetchThreatConfiguration</strong></td><td>Fetch current threat detection configuration.</td></tr><tr><td>20</td><td><strong>POST /api/fetchThreatsForActor</strong></td><td>Fetch all threats detected for a specific actor.</td></tr><tr><td>21</td><td><strong>POST /api/getThreatActivityTimeline</strong></td><td>Get Agentic Guardrail Activity timeline for visualization.</td></tr><tr><td>22</td><td><strong>POST /api/fetchCloudflareWafIntegration</strong></td><td>Fetch Cloudflare WAF integration details.</td></tr><tr><td>23</td><td><strong>POST /api/fetchAwsWafIntegration</strong></td><td>Fetch AWS WAF integration details.</td></tr><tr><td>24</td><td><strong>POST /api/fetchApiStats</strong></td><td>Fetch Agentic Component statistics and metrics.</td></tr><tr><td>25</td><td><strong>POST /api/fetchAdvancedFiltersForTraffic</strong></td><td>Fetch all advanced traffic filters.</td></tr></tbody></table>

## POST /api/fetchSuspectSampleData

> POST request for endpoint /api/fetchSuspectSampleData

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchSuspectSampleData":{"post":{"summary":"POST request for endpoint /api/fetchSuspectSampleData","operationId":"/api/fetchSuspectSampleData-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"skip":{"type":"integer","default":0},"limit":{"type":"integer","default":50},"label":{"type":"string","enum":["GUARDRAIL"]},"statusFilter":{"type":"string","enum":["ACTIVE","IGNORED","TRAINING","UNDER_REVIEW"]},"severity":{"type":"array","items":{"type":"string"}},"ips":{"type":"array","items":{"type":"string"}},"urls":{"type":"array","items":{"type":"string"}},"hosts":{"type":"array","items":{"type":"string"}},"startTimestamp":{"type":"integer"},"endTimestamp":{"type":"integer"}},"description":"Sample description"}}}},"responses":{"200":{"description":"Paginated guardrail activity events","content":{"application/json":{"schema":{"type":"object","properties":{"maliciousEvents":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"endpoint":{"type":"string"},"method":{"type":"string"},"ip":{"type":"string"},"country":{"type":"string"},"host":{"type":"string"},"detectedAt":{"type":"integer","format":"int32"},"status":{"type":"string","enum":["ACTIVE","IGNORED","TRAINING","UNDER_REVIEW"]},"severity":{"type":"string","enum":["LOW","MEDIUM","HIGH","CRITICAL"]},"subCategory":{"type":"string"}}}},"total":{"type":"integer","format":"int32"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchThreatActors

> POST request for endpoint /api/fetchThreatActors

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchThreatActors":{"post":{"summary":"POST request for endpoint /api/fetchThreatActors","operationId":"/api/fetchThreatActors-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"skip":{"type":"integer","default":0},"cursor":{"type":"string"},"startTs":{"type":"integer"},"endTs":{"type":"integer"},"country":{"type":"array","items":{"type":"string"}},"host":{"type":"array","items":{"type":"string"}}},"description":"Sample description"}}}},"responses":{"200":{"description":"List of threat actors","content":{"application/json":{"schema":{"type":"object","properties":{"actors":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"objectId":{"type":"string"},"latestApiEndpoint":{"type":"string"},"latestApiIp":{"type":"string"},"latestApiMethod":{"type":"string"},"country":{"type":"string"},"latestSubcategory":{"type":"string"},"discoveredAt":{"type":"integer"}}}},"total":{"type":"integer"},"cursor":{"type":"string"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchAggregateMaliciousRequests

> POST request for endpoint /api/fetchAggregateMaliciousRequests

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchAggregateMaliciousRequests":{"post":{"summary":"POST request for endpoint /api/fetchAggregateMaliciousRequests","operationId":"/api/fetchAggregateMaliciousRequests-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"eventId":{"type":"string"},"label":{"type":"string","enum":["GUARDRAIL"]}},"description":"Sample description"}}}},"responses":{"200":{"description":"Event details with full payload","content":{"application/json":{"schema":{"type":"object","properties":{"maliciousPayloadsResponses":{"type":"array","items":{"type":"object","properties":{"eventId":{"type":"string"},"endpoint":{"type":"string"},"method":{"type":"string"},"requestPayload":{"type":"string"},"responsePayload":{"type":"string"},"blockedBy":{"type":"string"},"detectedThreats":{"type":"array","items":{"type":"string"}},"timestamp":{"type":"integer"}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchCountBySeverity

> POST request for endpoint /api/fetchCountBySeverity

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchCountBySeverity":{"post":{"summary":"POST request for endpoint /api/fetchCountBySeverity","operationId":"/api/fetchCountBySeverity-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"startTs":{"type":"integer"},"endTs":{"type":"integer"}},"description":"Sample description"}}}},"responses":{"200":{"description":"Threat counts by severity","content":{"application/json":{"schema":{"type":"object","properties":{"categoryCounts":{"type":"array","items":{"type":"object","properties":{"displayName":{"type":"string","enum":["CRITICAL","HIGH","MEDIUM","LOW"]},"count":{"type":"integer"}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchThreatApis

> POST request for endpoint /api/fetchThreatApis

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchThreatApis":{"post":{"summary":"POST request for endpoint /api/fetchThreatApis","operationId":"/api/fetchThreatApis-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"skip":{"type":"integer","default":0},"startTs":{"type":"integer"},"endTs":{"type":"integer"}},"description":"Sample description"}}}},"responses":{"200":{"description":"List of threatened APIs","content":{"application/json":{"schema":{"type":"object","properties":{"apis":{"type":"array","items":{"type":"object","properties":{"endpoint":{"type":"string"},"method":{"type":"string"},"host":{"type":"string"},"actorsCount":{"type":"integer"},"requestsCount":{"type":"integer"},"discoveredAt":{"type":"integer"}}}},"total":{"type":"integer"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchThreatCategoryCount

> POST request for endpoint /api/fetchThreatCategoryCount

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchThreatCategoryCount":{"post":{"summary":"POST request for endpoint /api/fetchThreatCategoryCount","operationId":"/api/fetchThreatCategoryCount-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"startTs":{"type":"integer"},"endTs":{"type":"integer"}},"description":"Sample description"}}}},"responses":{"200":{"description":"Threat counts by category","content":{"application/json":{"schema":{"type":"object","properties":{"categoryCounts":{"type":"array","items":{"type":"object","properties":{"displayName":{"type":"string"},"subCategory":{"type":"string"},"count":{"type":"integer"}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/getDailyThreatActorsCount

> POST request for endpoint /api/getDailyThreatActorsCount

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getDailyThreatActorsCount":{"post":{"summary":"POST request for endpoint /api/getDailyThreatActorsCount","operationId":"/api/getDailyThreatActorsCount-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"startTs":{"type":"integer"},"endTs":{"type":"integer"}},"description":"Sample description"}}}},"responses":{"200":{"description":"Daily threat actor counts","content":{"application/json":{"schema":{"type":"object","properties":{"actorsCounts":{"type":"array","items":{"type":"object","properties":{"ts":{"type":"integer"},"totalActors":{"type":"integer"},"criticalActors":{"type":"integer"}}}},"totalAnalysed":{"type":"integer"},"totalAttacks":{"type":"integer"},"totalCriticalActors":{"type":"integer"},"totalActiveStatus":{"type":"integer"},"totalIgnoredStatus":{"type":"integer"},"totalUnderReviewStatus":{"type":"integer"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/getActorsCountPerCounty

> POST request for endpoint /api/getActorsCountPerCounty

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getActorsCountPerCounty":{"post":{"summary":"POST request for endpoint /api/getActorsCountPerCounty","operationId":"/api/getActorsCountPerCounty-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"startTs":{"type":"integer"},"endTs":{"type":"integer"}},"description":"Sample description"}}}},"responses":{"200":{"description":"Threat actor counts per country","content":{"application/json":{"schema":{"type":"object","properties":{"actorsCountPerCountry":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"subCategoryWiseDataList":{"type":"array","items":{"type":"object","properties":{"subCategory":{"type":"string"},"activityCount":{"type":"integer"}}}}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchRemediationInfo

> POST request for endpoint /api/fetchRemediationInfo

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

## POST /api/fetchGuardrailPolicies

> POST request for endpoint /api/fetchGuardrailPolicies

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchGuardrailPolicies":{"post":{"summary":"POST request for endpoint /api/fetchGuardrailPolicies","operationId":"/api/fetchGuardrailPolicies-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","description":"Sample description"}}}},"responses":{"200":{"description":"List of guardrail policies","content":{"application/json":{"schema":{"type":"object","properties":{"guardrailPolicies":{"type":"array","items":{"type":"object","properties":{"_id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"severity":{"type":"string","enum":["LOW","MEDIUM","HIGH","CRITICAL"]},"active":{"type":"boolean"},"contextSource":{"type":"string","enum":["API","MCP","GEN_AI","AGENTIC","DAST","ENDPOINT"]},"createdBy":{"type":"string"},"createdTimestamp":{"type":"integer","format":"int32"},"updatedTimestamp":{"type":"integer","format":"int32"},"piiTypes":{"type":"array","items":{"type":"string"}}}}},"total":{"type":"integer","format":"int32"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchSessionContext

> POST request for endpoint /api/fetchSessionContext

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchSessionContext":{"post":{"summary":"POST request for endpoint /api/fetchSessionContext","operationId":"/api/fetchSessionContext-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"sessionId":{"type":"string"},"name":{"type":"string"},"enabled":{"type":"boolean"},"extensionId":{"type":"string"},"apiKey":{"type":"string"},"configuration":{"type":"object"}},"description":"Sample description"}}}},"responses":{"200":{"description":"Count of protected endpoints","content":{"application/json":{"schema":{"type":"object","properties":{"protectedApisCount":{"type":"integer"},"totalApisCount":{"type":"integer"},"percentageProtected":{"type":"number","format":"double"}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchThreatData

> POST request for endpoint /api/fetchThreatData

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchThreatData":{"post":{"summary":"POST request for endpoint /api/fetchThreatData","operationId":"/api/fetchThreatData-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"startTimestamp":{"type":"integer"},"endTimestamp":{"type":"integer"}},"description":"Sample description"}}}},"responses":{"200":{"description":"Consolidated threat metrics","content":{"application/json":{"schema":{"type":"object","properties":{"response":{"type":"object","properties":{"threatsBySeverity":{"type":"object","properties":{"critical":{"type":"integer"},"high":{"type":"integer"},"medium":{"type":"integer"},"low":{"type":"integer"},"total":{"type":"integer"}}},"topThreatsByCategory":{"type":"array","items":{"type":"object"}},"topAttackHosts":{"type":"array","items":{"type":"object"}},"topBadActors":{"type":"array","items":{"type":"object"}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchGuardrailData

> POST request for endpoint /api/fetchGuardrailData

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchGuardrailData":{"post":{"summary":"POST request for endpoint /api/fetchGuardrailData","operationId":"/api/fetchGuardrailData-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"startTimestamp":{"type":"integer"},"endTimestamp":{"type":"integer"}},"description":"Sample description"}}}},"responses":{"200":{"description":"Consolidated guardrail metrics","content":{"application/json":{"schema":{"type":"object","properties":{"response":{"type":"object","properties":{"topGuardrailPolicies":{"type":"array","items":{"type":"object"}},"dataProtectionTrends":{"type":"array","items":{"type":"object"}},"avgThreatScore":{"type":"number","format":"double"},"sensitiveCount":{"type":"integer"},"successfulExploits":{"type":"integer"},"complianceAtRisks":{"type":"array","items":{"type":"object"}},"attackFlows":{"type":"array","items":{"type":"object"}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchThreatTopNData

> POST request for endpoint /api/fetchThreatTopNData

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchThreatTopNData":{"post":{"summary":"POST request for endpoint /api/fetchThreatTopNData","operationId":"/api/fetchThreatTopNData-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"startTs":{"type":"integer"},"endTs":{"type":"integer"}},"description":"Sample description"}}}},"responses":{"200":{"description":"Top N threatened resources","content":{"application/json":{"schema":{"type":"object","properties":{"topApis":{"type":"array","items":{"type":"object","properties":{"endpoint":{"type":"string"},"method":{"type":"string"},"attacks":{"type":"integer"},"severity":{"type":"string"}}}},"topHosts":{"type":"array","items":{"type":"object","properties":{"host":{"type":"string"},"attacks":{"type":"integer"}}}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchThreatComplianceInfos

> POST request for endpoint /api/fetchThreatComplianceInfos

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchThreatComplianceInfos":{"post":{"summary":"POST request for endpoint /api/fetchThreatComplianceInfos","operationId":"/api/fetchThreatComplianceInfos-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"startTs":{"type":"integer"},"endTs":{"type":"integer"}},"description":"Sample description"}}}},"responses":{"200":{"description":"Compliance-related threat data","content":{"application/json":{"schema":{"type":"object","properties":{"threatComplianceInfos":{"type":"array","items":{"type":"object","description":"Compliance threat mapping data"}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/getIpReputationScore

> POST request for endpoint /api/getIpReputationScore

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getIpReputationScore":{"post":{"summary":"POST request for endpoint /api/getIpReputationScore","operationId":"/api/getIpReputationScore-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"ip":{"type":"string"}},"description":"Sample description"}}}},"responses":{"200":{"description":"IP reputation information","content":{"application/json":{"schema":{"type":"object","properties":{"ip":{"type":"string"},"reputationScore":{"type":"number","format":"double"},"threatLevel":{"type":"string","enum":["LOW","MEDIUM","HIGH","CRITICAL"]},"isBlacklisted":{"type":"boolean"},"country":{"type":"string"},"isp":{"type":"string"},"threatTypes":{"type":"array","items":{"type":"string"}}},"description":"Sample description"}}}}}}}}}
```

## POST /api/fetchFiltersForThreatActors

> POST request for endpoint /api/fetchFiltersForThreatActors

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchFiltersForThreatActors":{"post":{"summary":"POST request for endpoint /api/fetchFiltersForThreatActors","operationId":"/api/fetchFiltersForThreatActors-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Threat actor filters retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"actorFilters":{"type":"array","items":{"type":"object","properties":{"ip":{"type":"string"},"country":{"type":"string"},"status":{"type":"string"}}}}}}}}}}}}}}
```

## POST /api/fetchFiltersThreatTable

> POST request for endpoint /api/fetchFiltersThreatTable

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

## POST /api/fetchThreatActivityWebhookIntegration

> POST request for endpoint /api/fetchThreatActivityWebhookIntegration

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchThreatActivityWebhookIntegration":{"post":{"summary":"POST request for endpoint /api/fetchThreatActivityWebhookIntegration","operationId":"/api/fetchThreatActivityWebhookIntegration-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Threat activity webhook integration retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"webhookUrl":{"type":"string"},"enabled":{"type":"boolean"},"eventTypes":{"type":"array","items":{"type":"string"}},"createdAt":{"type":"integer"}}}}}}}}}}}
```

## POST /api/fetchThreatConfiguration

> POST request for endpoint /api/fetchThreatConfiguration

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchThreatConfiguration":{"post":{"summary":"POST request for endpoint /api/fetchThreatConfiguration","operationId":"/api/fetchThreatConfiguration-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Threat configuration retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"ratelimitConfig":{"type":"object","properties":{"rules":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"period":{"type":"integer"},"maxRequests":{"type":"integer"},"mitigationPeriod":{"type":"integer"},"action":{"type":"string"},"type":{"type":"string"},"behaviour":{"type":"string"}}}}}}}}}}}}}}}}
```

## POST /api/fetchThreatsForActor

> POST request for endpoint /api/fetchThreatsForActor

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchThreatsForActor":{"post":{"summary":"POST request for endpoint /api/fetchThreatsForActor","operationId":"/api/fetchThreatsForActor-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"actor":{"type":"string"}}}}}},"responses":{"200":{"description":"Threats for actor retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"threats":{"type":"array","items":{"type":"object","properties":{"_id":{"type":"string"},"actor":{"type":"string"},"category":{"type":"string"},"subCategory":{"type":"string"},"severity":{"type":"string"},"detectedAt":{"type":"integer"},"type":{"type":"string"}}}}}}}}}}}}}}
```

## POST /api/getThreatActivityTimeline

> POST request for endpoint /api/getThreatActivityTimeline

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/getThreatActivityTimeline":{"post":{"summary":"POST request for endpoint /api/getThreatActivityTimeline","operationId":"/api/getThreatActivityTimeline-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object","properties":{"startTime":{"type":"integer"},"endTime":{"type":"integer"}}}}}},"responses":{"200":{"description":"Threat activity timeline retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"timeline":{"type":"array","items":{"type":"object","properties":{"timestamp":{"type":"integer"},"severity":{"type":"string"},"threatCount":{"type":"integer"},"category":{"type":"string"}}}},"totalThreatsDetected":{"type":"integer"}}}}}}}}}}}
```

## POST /api/fetchCloudflareWafIntegration

> POST request for endpoint /api/fetchCloudflareWafIntegration

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchCloudflareWafIntegration":{"post":{"summary":"POST request for endpoint /api/fetchCloudflareWafIntegration","operationId":"/api/fetchCloudflareWafIntegration-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Cloudflare WAF integration details retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"integrations":{"type":"array","items":{"type":"object","properties":{"integrationId":{"type":"string"},"zoneId":{"type":"string"},"status":{"type":"string"},"createdAt":{"type":"integer"}}}}}}}}}}}}}}
```

## POST /api/fetchAwsWafIntegration

> POST request for endpoint /api/fetchAwsWafIntegration

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchAwsWafIntegration":{"post":{"summary":"POST request for endpoint /api/fetchAwsWafIntegration","operationId":"/api/fetchAwsWafIntegration-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"AWS WAF integration details retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"integrations":{"type":"array","items":{"type":"object","properties":{"integrationId":{"type":"string"},"region":{"type":"string"},"status":{"type":"string"},"lastSync":{"type":"integer"}}}}}}}}}}}}}}
```

## POST /api/fetchApiStats

> POST request for endpoint /api/fetchApiStats

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

## POST /api/fetchAdvancedFiltersForTraffic

> POST request for endpoint /api/fetchAdvancedFiltersForTraffic

```json
{"openapi":"3.0.1","info":{"title":"AktoSwagger","version":"1.0.0"},"paths":{"/api/fetchAdvancedFiltersForTraffic":{"post":{"summary":"POST request for endpoint /api/fetchAdvancedFiltersForTraffic","operationId":"/api/fetchAdvancedFiltersForTraffic-POST","requestBody":{"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"Advanced filters retrieved successfully","content":{"application/json":{"schema":{"type":"object","properties":{"filters":{"type":"array","items":{"type":"object","properties":{"_id":{"type":"string"},"author":{"type":"string"},"source":{"type":"string"},"createdAt":{"type":"integer"},"inactive":{"type":"boolean"}}}},"totalCount":{"type":"integer"}}}}}}}}}}}
```
