Skip to content

Get-S1DvQueryStatus

SYNOPSIS

Retrieve the status of a SentinelOne Deep Visibility query.

SYNTAX

Get-S1DvQueryStatus [-QueryID] <String> [<CommonParameters>]

DESCRIPTION

This function retrieves the status of a SentinelOne Deep Visibility query using the specified Query ID. It sends a GET request to the `/web/api/v2.1/dv/query-status` endpoint and returns the query status data.

EXAMPLES

EXAMPLE 1

Get-S1DvQueryStatus -QueryID "12345"

Retrieves the status of the Deep Visibility query with ID "12345".

PARAMETERS

-QueryID

The ID of the Deep Visibility query for which to retrieve the status.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES