Get a performance task execution state

get/performanceTasks/{taskId}/state

Returns the execution state of a performance task.

Request Samples

Response Samples

1{
2 "state": "string"
3}

Path Parameters

taskId
string
true

The identifier of the performance task.

Responses

StatusMeaningDescription
200OK

The request succeeded.

HeadersSchema
404Not Found

No performance task definition exists at the requested path.

Schema