Get the latest task for a user plugin
GET/api/v1/user/plugins/:plugin_id/tasks
Returns the most recent background task for this user+plugin combination.
Use the ?type=user_plugin_sync query parameter to filter by task type.
This endpoint is user-scoped and does NOT require TasksRead permission.
Only the authenticated user's own tasks are returned.
Request
Responses
- 200
- 401
- 404
Latest task found
Not authenticated
No tasks found for this plugin