We are excited to announce that the API documentation for the task_get method is now available in our Help Center.

The task_get method allows you to retrieve tasks with full support for filters, sorting, pagination, and access checks. The response includes:

  • All fields from the tasks table

  • Computed fields such as labels, project and track names, comments counters

  • Spotfix integration fields

  • Additional data (related_tasks and links) when a single task is requested

This makes task_get a powerful endpoint for building dashboards, custom reports, or integrations where you need detailed task data.

Read the full task_get documentation


What’s Next?

We’re actively expanding our Tasks API. The next endpoints to be documented are:

  • task_update — update task details, including status, due dates, and assignments

  • task_add — create a new task inside a project

These methods will complete the core CRUD workflow for tasks and make integrations much easier.

Stay tuned — documentation for these endpoints is coming very soon.

API Documentation Update: task_get Added

Leave a Reply

Your email address will not be published. Required fields are marked *