# Gets the task reporting fields **GET /task-definitions/{id}/reporting-fields** To retrieve task reporting fields based on a task definition ID, you can query the database or an API with the specified ID, which will return the relevant task definition and its associated reporting fields. This allows you to access task-specific data for reporting purposes. ## Servers - https://usaapi02.cadencyservices.trintech.com/test/api: https://usaapi02.cadencyservices.trintech.com/test/api () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **id** (integer) The identifier of the entity definition. Only task definitions defined for the specified entity definition report details will be returned ## Responses ### 200 OK #### Body: application/json (object) - **taskName** (string) The name of the task. - **userDefinedFields** (array[object]) All active reporting fields in the system and their values for this task. [Powered by Bump.sh](https://bump.sh)