đź§© Add Task Retrieval Endpoints to the API (e.g. getTaskById, getTasksForUser, getTasksInConversation)
B
Baki Kasikci
Right now the Missive API only supports createTask and updateTask, but there’s no way to retrieve tasks. It would be great to have some basic task read endpoints to make it easier to build integrations and automation around tasks.
Some examples of what would be useful:
getTaskById(taskId) – fetch a specific task
getTasksForUser(userId) – get tasks assigned to a user
getTasksInConversation(conversationId) – list tasks for a conversation
getTasks(filters?) – retrieve all tasks with optional filters
Use case:
I’m building a bot that interacts with Missive, and not being able to read tasks is a blocker. These endpoints would open up a lot of possibilities for task-related workflows, reporting, or even simple task viewers.
Would love to see this added—thanks!
PS: I'd also appreicate if a category for
API
was created.