Retrieve all entries for given model.

GET /data/tasks

Filters can be specified in the query string.

Responses

GET /data/tasks
curl \
 --request GET http://api.example.com/data/tasks \
 --header "Authorization: $API_KEY"