Targets
Get a target by ID
Fetches detailed information about a specific security testing target using its unique identifier, including configuration and assessment status.
GET
Get a target by ID
Headers
Workspace ID
Path Parameters
The id of the resource
Response
200 - application/json
The target value (domain, IP address, or CIDR notation)
Example:
"example.com"
The type of target (DOMAIN, CIDR, or IP)
Available options:
DOMAIN, CIDR, IP Example:
"DOMAIN"
Available options:
pending, in_progress, completed, failed, cancelled, skipped Available options:
disabled, 0 0 * * *, 0 0 */3 * *, 0 0 * * 0, 0 0 */14 * *, 0 0 1 * * Get a target by ID
