---
title: "GET /accounts/{account_pk}/statement-lines"
method: GET
path: "/accounts/{account_pk}/statement-lines"
tags: ["Accounts"]
---

# GET /accounts/{account_pk}/statement-lines

`GET /accounts/{account_pk}/statement-lines`

## Path parameters

- `account_pk` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `number` string
- `number__lt` string
- `number__gt` string
- `created_before` string
- `created_after` string
- `start_date` string
- `end_date` string
- `ordering` string

## Response `200`

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` APIStatementLine[], required
    - `id` string, uuid
    - `url` string
    - `amount` number, required
    - `foreign_amount` number, required
    - `foreign_currency_code` string, required
    - `description` string
    - `card` object
      - `id` string, uuid
      - `url` string
      - `state` string
      - `description` string, required
      - `last_four` string, required
    - `member` object
      - `id` string, uuid
      - `url` string
      - `email` string
      - `code` string, nullable
      - `first_name` string, required
      - `last_name` string, required
    - `bank_account` string
    - `merchant` string
    - `vendor` string
    - `origin` object
      - `id` string, uuid
      - `url` string
      - `amount` string
      - `state` string
      - `category` object, nullable
        - `id` string, uuid
        - `name` string, required
        - `code` string, nullable
        - `parent` object, required
        - `is_archived` boolean
        - `created_at` string, date-time
        - `url` string
      - `department` object, nullable
        - `id` string, uuid
        - `name` string, required
        - `code` string, nullable
        - `parent` object, required
        - `is_archived` boolean
        - `created_at` string, date-time
        - `url` string
      - `label` object, nullable
        - `id` string, uuid
        - `name` string, required
        - `code` string, nullable
        - `parent` object, required
        - `is_archived` boolean
        - `created_at` string, date-time
        - `url` string
      - `location` object, nullable
        - `id` string, uuid
        - `name` string, required
        - `code` string, nullable
        - `parent` object, required
        - `is_archived` boolean
        - `created_at` string, date-time
        - `url` string
      - `note` string
      - `purchase_details` object, required
      - `receipt` string
      - `time` string, date-time, required
      - `review_status` 'pending' | 'approved' | 'denied' | 'out_of_policy' | 'exempt', nullable
      - `type` string
    - `number` integer
    - `date` string, date, required
    - `time` string, date-time, required
    - `created_at` string, date-time, required

## Other responses

- `400` — Bad Request - Invalid arguments or malformed request
- `401` — Unauthorized - Invalid or missing authentication token
- `403` — Forbidden - Insufficient permissions for this operation
- `404` — Not Found - Resource does not exist
- `409` — Conflict - Request conflicts with existing data
- `429` — Too Many Requests - Rate limit exceeded
- `500` — Internal Server Error

---

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