← Tools Reference

Everhour

Everhour integration (Productivity). Imported from open-connector.

API key10 toolshttps://api.everhour.com
GET
everhour_get_current_user
Get the current Everhour user profile associated with the API key.

/users/me

GET
everhour_list_users
List the users in the Everhour team that the API key can access.

/team/users

GET
everhour_list_projects
List Everhour projects with optional text, platform, and limit filters.

/projects

3 parameters
ParamTypeRequiredDescription
querystringoptionalFilter projects by project name text.
limitintegeroptionalThe maximum number of records to return.
platformstringoptionalThe Everhour platform slug used to filter integration-backed projects.
GET
everhour_get_project
Get one Everhour project by its project ID.

/projects/{projectId}

1 parameter
ParamTypeRequiredDescription
projectIdstringrequiredThe Everhour project ID.
GET
everhour_list_project_tasks
List the tasks in one Everhour project with optional paging and search filters.

/projects/{projectId}/tasks

5 parameters
ParamTypeRequiredDescription
projectIdstringrequiredThe Everhour project ID.
pageintegeroptionalThe 1-based page number to request.
limitintegeroptionalThe maximum number of records to return.
querystringoptionalFilter tasks by task name text.
excludeClosedbooleanoptionalWhether closed tasks should be excluded from the response.
GET
everhour_get_task
Get one Everhour task by its task ID.

/tasks/{taskId}

1 parameter
ParamTypeRequiredDescription
taskIdstringrequiredThe Everhour task ID.
GET
everhour_search_tasks
Search Everhour tasks across accessible projects.

/tasks/search

3 parameters
ParamTypeRequiredDescription
querystringrequiredTask name text to search for.
limitintegeroptionalThe maximum number of records to return.
searchInClosedbooleanoptionalWhether closed tasks should be included in the search results.
GET
everhour_list_time_records
List Everhour team time records with optional date range and paging filters.

/team/time

4 parameters
ParamTypeRequiredDescription
fromstringoptionalAn ISO 8601 date string in YYYY-MM-DD format.
tostringoptionalAn ISO 8601 date string in YYYY-MM-DD format.
pageintegeroptionalThe 1-based page number to request.
limitintegeroptionalThe maximum number of records to return.
GET
everhour_get_current_timer
Get the current running Everhour timer.

/timers/current

DELETE
everhour_stop_timer
Stop the current Everhour timer and return the final timer snapshot.

/timers/current