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, or null if the plugin has no task yet
Not authenticated
Plugin not enabled for this user