Free 14-day trial. No credit card. Cancel anytime.
Chaser Public API returns data on all tasks visible to the current user, including completed tasks for up to one year since completion date.
Authentication
Type
/chaser get-chaser-webhook-token
anywhere in Slack. The token provided can be used to authenticate requests:
Get all tasks
by making an HTTP GET request:
curl -X GET https://slack.chaseforme.com/webapi/tasks -H "Authorization: Bearer PLACE_API_TOKEN_HERE"
Example Response
- Information on Slack objects like users and channels can be retrieved from Slack fusing Slack's public API.
- completedAt is the date the task is completed by all assignees. Empty otherwise.
- status can be one of the following "Not Acknowledged", "Acknowledged", "Completed".