v1
latestOpenAPI 3.0.02026-08-041353104.2 KBsharing tasks executions
List sharing task executions
Lists executions for the specified sharing task.
get/api/v1/sharing-tasks/{taskId}/executions
Path parameters
taskIdstring required
The sharing task identifier.
Query parameters
limitinteger
Limit the returned result set
nextstring
The cursor to the next page of data. Only one of next or previous may be specified.
offsetinteger
Offset for pagination - how many elements to skip
prevstring
The cursor to the previous page of data. Only one of next or previous may be specified.
sortstring[]
Sort the returned result set by the specified field
status'successful' | 'failed'
Specifies a filter for a particular field and value of an execution
Response
The sharing-executions list has been successfully returned.
Example response
{
"links": {
"next": {
"href": "http://localhost:8787/v1/items?limit=12",
"type": "next",
"token": "JwAAAAJfaWQAGQAAADVjZjUwM2NjMjVkYzlhMTM1MzYwZTVjZAAA"
},
"prev": {
"href": "http://localhost:8787/v1/items?limit=12",
"type": "next",
"token": "JwAAAAJfaWQAGQAAADVjZjUwM2NjMjVkYzlhMTM1MzYwZTVjZAAA"
},
"self": {
"href": "http://localhost:8787/v1/items/5da5825325dc9a0dd0260af9"
}
},
"executions": [
{
"files": [
{
"fileID": "za1b2c3d4z",
"fileAlias": "small-image"
}
],
"links": {
"self": {
"href": "http://localhost:8787/v1/items/5da5825325dc9a0dd0260af9"
}
}
}
]
}