Get Users Background Tasks
GET/api/backgroundtasks/GetMyPendingBackgroundTasks
Tier: Internal — subject to change without notice.
Retrieves all pending background tasks initiated by the currently authenticated user.
The caller must be logged in as a user (i.e. UserId must be present in the JWT claims). Agent-only sessions will receive a 400 error.
Responses
- 200
- 400
- 401
Returns the user's pending background tasks.
The caller is not identified as a user (e.g. agent-only login), or a service-level error occurred.
Caller is not authenticated.