---
title: "List pending tasks assigned to the current user"
method: GET
path: "/me/tasks"
tags: ["Me"]
---

# List pending tasks assigned to the current user

`GET /me/tasks`

The Me API provides access to current user information, assigned records, and pending tasks.
This endpoint serves as the primary interface for user-specific data and personal workspace functionality.

**Core Functionality**:
- **User Profile** - Current user information including accounts and permissions
- **Assigned Records** - All records assigned to the current user across different types
- **Task Management** - Pending tasks assigned to the current user

**User Context**:
- All endpoints return data scoped to the authenticated user
- Account context is automatically determined from user session
- Permissions are enforced based on user roles and project access

**Response Structure**:
- User profile includes account memberships and role information
- Assigned records include features, epics, requirements, ideas, releases, and tasks
- Task lists include status information and completion tracking

**Authentication**: Standard API authentication (OAuth, session cookies, HTTP Basic until 2025).
All operations require valid authentication and return user-specific data.

## Query parameters

- `page` string
- `per_page` string

## Response `200`

Successful operation

---

[API](https://skmtc.net/aha/apis/aha-api.md) · [All operations](https://skmtc.net/aha/apis/aha-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aha/aha-api/revisions/6274be5aa6c5/schema)
