List Tasks

List tasks visible to the current user.

Combine task_category, product_area, and status to find the tasks you care about:

  • Pending access-request approvals: GET /tasks?task_category=APPROVAL&product_area=APPSTORE&status=PENDING

Pass expand=actions or expand=assignees to hydrate those fields on each result. Admins may pass show_all_tasks=true to list tasks across the whole domain rather than just the caller's assigned set.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean
Defaults to false

Show all tasks in the domain (admin only).

Filter by task type.

Filter by task category.

Filter by task status.

Filter by product area.

Search string.

Sort field (createdAt, taskType, app, targetUser).

Sort direction (asc, desc).

array | null

Fields to expand: actions, assignees.

array | null

Filter by assigned user IDs

array | null

Filter by assigned group IDs

Filter by access request ID.

integer
≥ 1
Defaults to 1

Page number

integer
1 to 100
Defaults to 50

Page size

Responses

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json