Search commands

Use this endpoint to search all on-premises commands based on various filters. This endpoint is useful when you want to filter out commands, get all successful, or unsuccessful commands, get all commands that are sent to some agent/connector, commands that are created within a certain time range and more.

Log in to see full request history
Query Params
string

ID of the target that received and processed command(s). Supports one or more values, such as targetId=71003689-9619-43aa-809a-a693ede72e8b&targetId=740b1e83-eaf0-4e03-b134-97fb575a8c4c

string

Action label, such as TetraScience.Connector.sdc.CreateMeasurementOrder. Supports one or more values, such as action=TetraScience.Connector.sdc.CreateMeasurementOrder&action=TetraScience.Connector.ValidateConfig

string

Command status: CREATED, UNSENT, PENDING, EXPIRED, PURGED, ERROR, PROCESSING, REJECTED, SUCCESS, FAILURE. Supports one or more values, such as status=FAILURE&status=SUCCESS

string

Deprecated name for createdAtAfter

string

Deprecated name for createdAtBefore

string

Commands created on or before a given date (ISO timestamp)

string

Commands created on or after a given date (ISO timestamp)

string

Commands expiring on or before a given date (ISO timestamp)

string

Commands expiring on or after a given date (ISO timestamp)

string

Commands updated on or before a given date (ISO timestamp)

string

Commands updated on or after a given date (ISO timestamp)

int32

Display commands started from specified number in the results array. By default, commands are displayed from the start of the array (the number 0). This parameter is included if the result set is large, pagination might be required. This parameter is typically used in conjunction with size.

int32

Indicates the number of results to return in the request. This parameter is included if the result set is large, pagination might be required. This parameter is typically used in conjunction with from.

string

Sort field: createdAt | updatedAt | expiresAt.

string

Sort order: asc | desc

string

Metadata key-value pairs, such as metadata.vendor=tetra. Pairs must be exact matches of existing metadata values.

Responses

Language
Credentials
URL