app-operations_manager

On this page:

getTask

Summary

Get a task by ID

Description

Get a Task.

Route

GET /operations-manager/tasks/:id

Roles

admin engineering apiread operations

Parameters

DetailsExampleSchema
Name Type Required Description
id string yes The id of the Task to get.
queryParameters object yes Optional parameters for projecting fields in the Task document.

Return

DetailsExampleSchema
Name Type Description
task object The requested Task.