v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141381,185842.7 KB

An invocation is copy of a command sent to a specific managed node. A command can apply to one or more managed nodes. A command invocation applies to one managed node. For example, if a user runs <code>SendCommand</code> against three managed nodes, then a command invocation is created for each requested managed node ID. <code>ListCommandInvocations</code> provide status about command execution.

post/#X-Amz-Target=AmazonSSM.ListCommandInvocations

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'AmazonSSM.ListCommandInvocations' required

Request body

CommandIdstring

(Optional) The invocations for a specific command ID.

InstanceIdstring

(Optional) The command execution details for a specific managed node ID.

MaxResultsinteger

(Optional) The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.

NextTokenstring

(Optional) The token for the next set of items to return. (You received this token from a previous call.)

Detailsboolean

(Optional) If set this returns the response of the command executions and any command output. The default value is <code>false</code>.

Response

Success

NextTokenstring

(Optional) The token for the next set of items to return. (You received this token from a previous call.)