Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request GET \
--url https://v1.api.altostrat.io/scans/cve/{scanScheduleId}/status \
--header 'Authorization: Bearer <token>'{
"targets": [
"9c3c1392-7f36-4240-85f2-273573c0384a"
],
"scanned": [
"9c3c1392-7f36-4240-85f2-273573c0384a"
],
"failed": []
}Retrieves the status of the most recent scan associated with a specific schedule, whether it is running, completed, or failed.
curl --request GET \
--url https://v1.api.altostrat.io/scans/cve/{scanScheduleId}/status \
--header 'Authorization: Bearer <token>'{
"targets": [
"9c3c1392-7f36-4240-85f2-273573c0384a"
],
"scanned": [
"9c3c1392-7f36-4240-85f2-273573c0384a"
],
"failed": []
}Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Enter your bearer token in the format: Bearer {token}
The unique identifier of the scan schedule.
"9c43cc95-f313-49a3-b632-524f7a24503b"
The status of the latest scan for the schedule.
A list of site IDs that were targeted in the scan.
["9c3c1392-7f36-4240-85f2-273573c0384a"]A list of site IDs that have completed scanning (successfully or with failures).
["9c3c1392-7f36-4240-85f2-273573c0384a"]A list of site IDs where the scan failed to complete.
[]Was this page helpful?