v1
latestOpenAPI 3.0.02026-08-041353104.2 KBsharing tasks executions
Get sharing task execution
Retrieves a specific sharing task execution.
get/api/v1/sharing-tasks/{taskId}/executions/{executionId}
Path parameters
executionIdstring required
The execution identifier. If value is "latest", the latest execution will be returned
taskIdstring required
The sharing task identifier.
Query parameters
status'successful' | 'failed' | 'cancelled'
Filter by status. If not present then no filtering is done on the status. This is only relevant when requesting latest execution.
Response
The execution has been successfully returned.
Example response
{
"files": [
{
"fileID": "za1b2c3d4z",
"fileAlias": "small-image"
}
],
"links": {
"self": {
"href": "http://localhost:8787/v1/items/5da5825325dc9a0dd0260af9"
}
}
}