---
title: "Get Store Tasks"
method: GET
path: "/store/tasks"
---

# Get Store Tasks

`GET /store/tasks`

Returns the details of store tasks such as task title, description, status, and updates.

## Query parameters

- `type_value` 'ASSOCIATE' | 'MANAGER'
- `all` 'sms' | 'email' | 'call' | 'none'
- `assoc_id` integer
- `customer_id` integer
- `start_date` string, date
- `end_date` string, date
- `count` integer
- `format` 'xml' | 'json'

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` string
      - `code` string
      - `message` string
    - `store` object
      - `tasks` object
        - `task` object[]
          - `id` string
          - `entry_id` string
          - `type` string
          - `associate_id` string
          - `comment` string[]
          - `customer_id` string
          - `store_id` string
          - `status` string

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
