The sharing task identifier.
an object with query parameters
Optionallimit?: numberLimit the returned result set
Optionalnext?: stringThe cursor to the next page of data. Only one of next or previous may be specified.
Optionaloffset?: numberOffset for pagination - how many elements to skip
Optionalprev?: stringThe cursor to the previous page of data. Only one of next or previous may be specified.
Optionalsort?: ("starttime" | "-starttime" | "+starttime")[]Sort the returned result set by the specified field
Optionalstatus?: "failed" | "successful"Specifies a filter for a particular field and value of an execution
Optionaloptions: ApiCallOptions
Lists executions for the specified sharing task.