Skip to Main Content

Share your product feedback

Status Shipped
Created by Guest
Created on Dec 18, 2025

API support for obtaining the accepted/rejected/pending records associated with work request

What is the challenge?

The API can be used to obtain work requests using /api/v1/tasks?type=WorkRequest -- though the record accepted/rejected/pending cannot be included via the API endpoints.

What is the impact?

The workaround is is to create report and use the list report or pivot report API endpoints. This creates an extra step rather than using the existing endpoint to get the work request data.

Describe your idea

Support obtaining the accepted/rejected/pending records associated with work request via the work request endpoint


  • ADMIN RESPONSE
    Feb 4, 2026

    We’ve updated the API to improve visibility into work request status.

    The API now returns work request status by workspace, including accepted, rejected, and pending states, along with the workspace name. It also includes record details when a work request has been accepted.

    We’ve updated the API documentation to reflect these changes: https://www.aha.io/api/resources/to-dos/get_a_specific_work_request

  • Attach files