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