API Reference

List tasks

List tasks.

Results will be ordered in ascending order by the tasks's create_time.

Log in to see full request history
Query Params
integer
≥ 1
string
name
array of strings
name
mission_name
array of strings
mission_name
string

A search string that checks if the resource's title contains the given search string.

status
array of strings

Filter tasks by status value.

status
asset_name
array of strings

Filter results to only include resources associated with one of the specified assets. Can be used in conjunction with the asset_search_depth parameter to include resources whose associated asset is a descendant of one of the specified assets.

asset_name
integer
≥ 0
Defaults to 0

Specify how far down the asset hierarchy to look for a matching asset.

This parameter should be used with the asset_name parameter, which specifies the starting points for the asset search.

A value of zero means that only the assets listed in asset_name are checked. A value of one means that the child assets are checked as well. A value of two will include grandchildren in the search, and so on.

expand
array of strings

Request that resource details be embedded in the response objects. Supported resource types are asset and mission.

expand
string

Orders tasks by a given field in descending order.
Supported values are create_time and update_time. TODO use an enum here, once we have upgraded oapi-codegen and can avoid enum value collisions.

workflow_name
array of strings
workflow_name
Responses

Language
Credentials
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json