← Tools Reference

Lattice

Lattice integration (Productivity, Data). Imported from open-connector.

API key8 toolshttps://api.emea.latticehq.com
GET
lattice_get_current_user
Get the Lattice user associated with the configured API key.

/v1/me

GET
lattice_list_users
List Lattice users with optional cursor pagination and status filtering.

/v1/users

3 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of Lattice objects to return. Lattice supports 1 to 100.
startingAfterstringoptionalThe opaque Lattice cursor to continue after.
statusstringoptionalThe Lattice user status filter. Use null_string to request all users.
GET
lattice_get_user
Get a Lattice user by ID.

/v1/user/{userId}

1 parameter
ParamTypeRequiredDescription
userIdstringrequiredThe Lattice user ID.
GET
lattice_list_departments
List Lattice departments with optional cursor pagination.

/v1/departments

2 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of Lattice objects to return. Lattice supports 1 to 100.
startingAfterstringoptionalThe opaque Lattice cursor to continue after.
GET
lattice_get_department
Get a Lattice department by ID.

/v1/department/{departmentId}

1 parameter
ParamTypeRequiredDescription
departmentIdstringrequiredThe Lattice department ID.
GET
lattice_list_tags
List Lattice tags with optional cursor pagination.

/v1/tags

2 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of Lattice objects to return. Lattice supports 1 to 100.
startingAfterstringoptionalThe opaque Lattice cursor to continue after.
GET
lattice_list_goals
List Lattice goals with optional cursor pagination and state filtering.

/v1/goals

3 parameters
ParamTypeRequiredDescription
limitintegeroptionalThe maximum number of Lattice objects to return. Lattice supports 1 to 100.
startingAfterstringoptionalThe opaque Lattice cursor to continue after.
statestringoptionalThe Lattice goal state filter.
GET
lattice_get_goal
Get a Lattice goal by ID.

/v1/goal/{goalId}

1 parameter
ParamTypeRequiredDescription
goalIdstringrequiredThe Lattice goal ID.