assistant_api
Get the notification request for a task when it has finished
Does not need bruteforce protection since we respond with success anyways as we don't want to keep the front-end waiting. However, we still use rate limiting to prevent timing attacks.
get/ocs/v2.php/apps/assistant/api/{apiVersion}/task/{ocpTaskId}/notify
Path parameters
apiVersion'v1' required
ocpTaskIdinteger required
ID of the target task
Headers
OCS-APIRequestboolean required
Required to be true for the API request to pass
Response
Task notification request retrieved successfully