Close icon used for modal or UI dismissal
Linear gradient light background

Chaser Public API


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: 

WebHook token example



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

Dashboard UI displaying analytics data, charts, and performance metrics.



- 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".