Show the execution history a given task either in descending order of execution time or by run ID.
Syntax
execution history of task <task reference> [limit <limit>] [offset <offset>] task execution history by id <task run uuid>
Parameters
task reference
String. Name of the task to show history for, qualified by job and optionally qualified by project.
limit
Integer. Maximum number of task history results to show. Default: 50.
offset
Integer. Number of results to omit from the beginning of the query, allowing farther past records to be queried. Default: 0.
task run uuid
UUID. The ID of a specific task run to show.