# Get Tasks **GET /api/v1.0/tasks** This endpoint fetch the list of tasks for the team member. ## Servers - https://openapi.niftypm.com: https://openapi.niftypm.com () ## Authentication methods - Bearer ## Parameters ### Query parameters - **project_id** (string) Project ID - **task_group_id** (string) Task Group ID - **task_id** (string) Task ID - **member_id** (string) Member ID - **meeting_id** (string) Meeting ID - **milestone_id** (string) Milestone ID - **completed_by** (string) Completed By - **archived** (string) Archived - **include_archived** (string) Include Archived - **completed** (string) Completed - **limit** (string) No of records per page - **offset** (string) Record Offset - **order** (string) Name of the field to sort record. It should be one of below value with either ASC or DESC. For example, `completedOn:DESC`, to sort record based on completion date in descending order - **from** (string) From - **to** (string) To - **archived_from** (string) Archived From - **archived_to** (string) Archived To - **completed_from** (string) Completed From - **completed_to** (string) Completed To - **include_subtasks** (boolean) Include Subtask - **sort** (string) Sorting order, default is ascending ## Responses ### 200 Success Response #### Body: application/json (object) - **tasks** (array[object]) List of all tasks - **hasMore** (boolean) True if there are more record else false ### 401 The client request has not been completed because it lacks valid authentication credentials for the requested resource. ### 403 The client does not have access rights to the content. ### 405 The request method is known by the server but is not supported by the target resource. [Powered by Bump.sh](https://bump.sh)