Fetch Data

API
Description

POST /api/fetchTestRunResultsCount

Fetch the count of test run results, useful for pagination or summaries.

POST /api/fetchSeverityInfoForIssues

Retrieve aggregated severity information (Critical, High, Medium, Low) for issues.

POST /api/fetchIssueFromTestRunResultDetails

Get detailed issue information from a specific test run result.

POST /api/fetchAllSubCategories

Fetch all issue subcategories (e.g., SQLi, XSS under Injection) used for classification.

POST /api/fetchRemediationInfo

Retrieve remediation details and best practices for fixing a specific issue.

POST /api/fetchTestRunResultDetails

Get detailed information about a specific test run result.

POST /api/findTotalIssuesByDay

Fetch the total number of issues discovered per day, useful for trend analysis.

POST /api/fetchAllIssues

Retrieve all issues detected across collections and test runs.

POST /api/fetchIssuesFromCollections

Retrieve issues by API collection names with enriched test details and direct issue URLs.

POST /api/fetchTestingRunResultSummaries

Fetch summaries of testing run results (high-level overview of findings).

POST /api/generateReportPDF

Generate a downloadable PDF report of test results and issues.

POST /api/fetchFilterYamlTemplate

Retrieve the YAML template for issue filters, used for customizing reports or queries.

POST /api/fetchTestingRunResults

Fetch detailed testing run results including all issues found.

POST /api/fetchActiveTestRunsStatus

Retrieve the current status of active test runs.

POST /api/fetchTestResultsStatsCount

Get statistical counts of test results grouped by categories (e.g., pass/fail).

POST /api/fetchTestingRunResult

Fetch a single testing run result with its details.

POST /api/fetchVulnerableTestingRunResultsFromIssues

Retrieve test run results linked to vulnerable issues.

POST /api/getAllTestsCountMap

Get a count map of all available tests grouped by categories/subcategories.

POST /api/retrieveAllCollectionTests

Retrieve all tests mapped to API collections.

POST /api/fetchTestingRunResultsSummary

Fetch a summary of testing run results, highlighting major findings.

POST /api/fetchIssuesByApis

Get all issues grouped by APIs for better endpoint-level visibility.

POST /api/fetchIssuesFromResultIds

Fetch issues associated with specific test run result IDs.

POST /api/fetchCriticalIssuesTrend

Retrieve the trend of critical issues over time.

POST /api/fetchTestCoverageData

Fetch test coverage data showing which APIs/endpoints have been tested and which remain untested.

POST request for endpoint /api/fetchIssueFromTestRunResultDetails

post
Header parameters
content-typestringOptionalExample: application/json
X-API-KEYstringOptionalExample: YOUR_API_KEY from Settings > Integrations > Akto APIs
Body

Sample description

testingRunResultHexIdstringOptionalExample: 6464783658e3a17b14ddfa67
Responses
chevron-right
200

description

application/json

Sample description

metadatastringOptionalExample: null
testingRunResultsstringOptionalExample: null
testingRunResultSummariesstringOptionalExample: null
selectedTestsstringOptionalExample: null
maxConcurrentRequestsinteger · int32OptionalExample: 0
testingRunsstringOptionalExample: null
recurringDailybooleanOptionalExample: false
workflowTeststringOptionalExample: null
authMechanismstringOptionalExample: null
testingRunResultstringOptionalExample: null
fetchCicdbooleanOptionalExample: false
testingRunstringOptionalExample: null
testRunTimeinteger · int32OptionalExample: 0
testingRunHexIdstringOptionalExample: null
endTimestampinteger · int32OptionalExample: 0
startTimestampinteger · int32OptionalExample: 0
testNamestringOptionalExample: null
post
/api/fetchIssueFromTestRunResultDetails
200

description

POST request for endpoint /api/fetchAllSubCategories

post
Header parameters
content-typestringOptionalExample: application/json
X-API-KEYstringOptionalExample: YOUR_API_KEY from Settings > Integrations > Akto APIs
Body
objectOptional

Sample description

Responses
chevron-right
200

description

application/json
objectOptional

AKTO_ERROR while building schema

post
/api/fetchAllSubCategories
200

description

POST request for endpoint /api/fetchTestRunResultDetails

post
Header parameters
content-typestringOptionalExample: application/json
X-API-KEYstringOptionalExample: YOUR_API_KEY from Settings > Integrations > Akto APIs
Body

Sample description

testingRunResultHexIdstringOptionalExample: 6464783658e3a17b14ddfa67
Responses
chevron-right
200

description

application/json

Sample description

metadatastringOptionalExample: null
testingRunResultsstringOptionalExample: null
testingRunResultSummariesstringOptionalExample: null
runIssuesstringOptionalExample: null
selectedTestsstringOptionalExample: null
maxConcurrentRequestsinteger · int32OptionalExample: 0
testingRunsstringOptionalExample: null
recurringDailybooleanOptionalExample: false
workflowTeststringOptionalExample: null
authMechanismstringOptionalExample: null
fetchCicdbooleanOptionalExample: false
testingRunstringOptionalExample: null
testRunTimeinteger · int32OptionalExample: 0
testingRunHexIdstringOptionalExample: null
endTimestampinteger · int32OptionalExample: 0
startTimestampinteger · int32OptionalExample: 0
testNamestringOptionalExample: null
post
/api/fetchTestRunResultDetails
200

description

POST request for endpoint /api/fetchAllIssues

post
Header parameters
content-typestringOptionalExample: application/json
X-API-KEYstringOptionalExample: YOUR_API_KEY from Settings > Integrations > Akto APIs
Body

Sample description

limitinteger · int32OptionalExample: 20
filterStatusstring[]OptionalExample: OPEN
skipinteger · int32OptionalExample: 0
startEpochinteger · int32OptionalExample: 0
Responses
chevron-right
200

description

application/json

Sample description

vulnerableRequestsstringOptionalExample: null
issueIdstringOptionalExample: null
similarlyAffectedIssuesstringOptionalExample: null
filterStatusstring[]OptionalExample: OPEN
skipinteger · int32OptionalExample: 0
startEpochinteger · int32OptionalExample: 0
issueIdArraystringOptionalExample: null
testSourceConfigsstringOptionalExample: null
subCategoriesstringOptionalExample: null
totalIssuesCountinteger · int32OptionalExample: 299
testingRunResultstringOptionalExample: null
ignoreReasonstringOptionalExample: null
limitinteger · int32OptionalExample: 20
categoriesstringOptionalExample: null
statusToBeUpdatedstringOptionalExample: null
post
/api/fetchAllIssues
200

description

POST request for endpoint /api/fetchIssuesFromCollections

post
Header parameters
content-typestringOptionalExample: application/json
X-API-KEYstringOptionalExample: YOUR_API_KEY from Settings > Integrations > Akto APIs
Body

Sample description

filterCollectionNamesstring[]OptionalExample: juice_shop_demo
limitinteger · int32OptionalExample: 20
filterStatusstring[]OptionalExample: OPEN
filterSeveritystring[]OptionalExample: CRITICAL
skipinteger · int32OptionalExample: 0
startEpochinteger · int32OptionalExample: 0
Responses
chevron-right
200

description

application/json

Sample description

openIssuesCountinteger · int32OptionalExample: 21
fixedIssuesCountinteger · int32OptionalExample: 0
ignoredIssuesCountinteger · int32OptionalExample: 0
post
/api/fetchIssuesFromCollections
200

description

POST request for endpoint /api/fetchTestingRunResultSummaries

post
Header parameters
content-typestringOptionalExample: application/json
X-API-KEYstringOptionalExample: YOUR_API_KEY from Settings > Integrations > Akto APIs
Body

Sample description

testingRunHexIdstringOptionalExample: 646477d11cf07b51403bf5b1
endTimestampinteger · int32OptionalExample: 1684477795
startTimestampinteger · int32OptionalExample: 1683901795
Responses
chevron-right
200

description

application/json

Sample description

metadatastringOptionalExample: null
testingRunResultsstringOptionalExample: null
runIssuesstringOptionalExample: null
selectedTestsstringOptionalExample: null
maxConcurrentRequestsinteger · int32OptionalExample: 0
testingRunsstringOptionalExample: null
recurringDailybooleanOptionalExample: false
workflowTeststringOptionalExample: null
authMechanismstringOptionalExample: null
testingRunResultstringOptionalExample: null
fetchCicdbooleanOptionalExample: false
testRunTimeinteger · int32OptionalExample: 0
testingRunHexIdstringOptionalExample: 646477d11cf07b51403bf5b1
endTimestampinteger · int32OptionalExample: 1684477795
startTimestampinteger · int32OptionalExample: 1683901795
testNamestringOptionalExample: null
post
/api/fetchTestingRunResultSummaries
200

description

POST request for endpoint /api/fetchTestingRunResults

post
Header parameters
content-typestringOptionalExample: application/json
X-API-KEYstringOptionalExample: YOUR_API_KEY from Settings > Integrations > Akto APIs
Body

Sample description

testingRunResultSummaryHexIdstringOptionalExample: 6464783058e3a17b14ddf64e
Responses
chevron-right
200

description

application/json

Sample description

metadatastringOptionalExample: null
testingRunResultSummariesstringOptionalExample: null
runIssuesstringOptionalExample: null
selectedTestsstringOptionalExample: null
maxConcurrentRequestsinteger · int32OptionalExample: 0
testingRunsstringOptionalExample: null
recurringDailybooleanOptionalExample: false
workflowTeststringOptionalExample: null
authMechanismstringOptionalExample: null
testingRunResultstringOptionalExample: null
fetchCicdbooleanOptionalExample: false
testingRunstringOptionalExample: null
testRunTimeinteger · int32OptionalExample: 0
testingRunHexIdstringOptionalExample: null
endTimestampinteger · int32OptionalExample: 0
startTimestampinteger · int32OptionalExample: 0
testNamestringOptionalExample: null
post
/api/fetchTestingRunResults
200

description

POST request for endpoint /api/retrieveAllCollectionTests

post
Header parameters
content-typestringOptionalExample: application/json
X-API-KEYstringOptionalExample: YOUR_API_KEY from Settings > Integrations > Akto APIs
Body

Sample description

fetchCicdbooleanOptionalExample: false
Responses
chevron-right
200

description

application/json

Sample description

metadatastringOptionalExample: null
testingRunResultsstringOptionalExample: null
testingRunResultSummariesstringOptionalExample: null
runIssuesstringOptionalExample: null
selectedTestsstringOptionalExample: null
maxConcurrentRequestsinteger · int32OptionalExample: 0
recurringDailybooleanOptionalExample: false
workflowTeststringOptionalExample: null
testingRunResultstringOptionalExample: null
fetchCicdbooleanOptionalExample: false
testingRunstringOptionalExample: null
testRunTimeinteger · int32OptionalExample: 0
testingRunHexIdstringOptionalExample: null
endTimestampinteger · int32OptionalExample: 1684564190
startTimestampinteger · int32OptionalExample: 1684477790
testNamestringOptionalExample: null
post
/api/retrieveAllCollectionTests
200

description

POST request for endpoint /api/fetchIssuesFromCollections

post
Header parameters
content-typestringOptionalExample: application/json
X-API-KEYstringOptionalExample: YOUR_API_KEY from Settings > Integrations > Akto APIs
Body

Sample description

filterCollectionNamesstring[]OptionalExample: juice_shop_demo
limitinteger · int32OptionalExample: 20
filterStatusstring[]OptionalExample: OPEN
filterSeveritystring[]OptionalExample: CRITICAL
skipinteger · int32OptionalExample: 0
startEpochinteger · int32OptionalExample: 0
Responses
chevron-right
200

description

application/json

Sample description

openIssuesCountinteger · int32OptionalExample: 21
fixedIssuesCountinteger · int32OptionalExample: 0
ignoredIssuesCountinteger · int32OptionalExample: 0
post
/api/fetchIssuesFromCollections
200

description

Last updated