v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBAgentless Scanning
Get AWS on demand task
Fetch the data of a specific on demand task.
get/api/v2/agentless_scanning/ondemand/aws/{task_id}
Path parameters
task_idstring required
The UUID of the task.
Response
OK.
Example response
{
"data": {
"attributes": {
"arn": "arn:aws:ec2:us-east-1:727000456123:instance/i-0eabb50529b67a1ba",
"assigned_at": "2025-02-11T18:25:04.550564Z",
"created_at": "2025-02-11T18:13:24.576915Z",
"status": "QUEUED"
},
"id": "6d09294c-9ad9-42fd-a759-a0c1599b4828",
"type": "aws_resource"
}
}