---
title: "Get Request Logs"
method: GET
path: "/request/logs"
---

# Get Request Logs

`GET /request/logs`

Retrieves the request logs of a specific duration. You can retrieve the either the logs of `CHANGE_IDENTIFIER` or `GOODWILL`.

## Query parameters

- `type` 'HANGE_IDENTIFIER' | 'GOODWILL' | 'TRANSACTION_UPDATE', required
- `start_date` string, date
- `end_date` string, date
- `base_type` 'MOBILE' | 'EXTERNAL_ID' | 'EMAIL' | 'MERGE' | 'ADDRESS' | 'COUPONS' | 'POINTS'
- `status` 'APPROVED' | 'PENDING' | 'REJECTED'
- `request_id` integer
- `limit` integer
- `mobile` string
- `email` string
- `external_id` string
- `id` integer
- `card_number` string
- `card_external_id` string
- `start_id` integer
- `end_id` integer
- `format` 'xml' | 'json'

## Response `200`

200

- object
  - `response` object
    - `status` object
      - `success` string
      - `code` string
      - `message` string
    - `requests` object
      - `count` string
      - `rows` string
      - `change_identifier` object[]
        - `id` string
        - `customer` object
          - `firstname` string
          - `lastname` string
          - `email` string
          - `mobile` string
          - `external_id` string
          - `fraud_status` string
        - `type` string
        - `base_type` string
        - `status` string
        - `old_value` string
        - `new_value` string
        - `one_step_change` string
        - `approval_type` string
        - `logs` object
          - `added_by` object
            - `till` object
              - …
            - `store` object
            - `time` string
          - `updated_by` object
            - `user` object
              - …
            - `ip` string
            - `time` string
      - `item_status` object
        - `success` string
        - `code` string
        - `message` 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)
