# ListRequestBody ## Fields | Field | Type | Required | Description | | ------------------------------------------- | ------------------------------------------- | ------------------------------------------- | ------------------------------------------- | | `offset` | *Optional[int]* | :heavy_minus_sign: | The offset to start fetching feedback from. | | `limit` | *Optional[int]* | :heavy_minus_sign: | The number of feedback to fetch. | | `completion_id` | *Optional[str]* | :heavy_minus_sign: | The completion id to fetch feedback for. | | `task_id` | *Optional[str]* | :heavy_minus_sign: | The task id to fetch feedback for. |