---
title: "GET /transactions"
method: GET
path: "/transactions"
tags: ["Transactions"]
---

# GET /transactions

`GET /transactions`

## Query parameters

- `limit` integer
- `offset` integer
- `card` string
- `member` string
- `category` string
- `department` string
- `location` string
- `label` string
- `before` string
- `after` string
- `created_before` string
- `created_after` string
- `exclude_declines` string
- `exclude_verifications` string
- `ordering` 'created_at' | '-created_at' | 'time' | '-time'

## Response `200`

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` APITransaction[], required
    - `id` string, uuid
    - `url` string
    - `amount` string
    - `currency_code` string, nullable
    - `foreign_amount` string
    - `foreign_currency_code` string, nullable
    - `state` string
    - `response_code` string
    - `merchant` string
    - `vendor` string
    - `bank_account` string
    - `card` object
      - `id` string, uuid
      - `url` string
      - `state` string
      - `description` string, required
      - `last_four` string, required
    - `is_online` boolean
    - `member` object
      - `id` string, uuid
      - `url` string
      - `email` string
      - `code` string, nullable
      - `first_name` string, required
      - `last_name` string, required
    - `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
    - `receipt` string
    - `attachments` string
    - `time` string, date-time, required
    - `created_at` string, date-time, required
    - `posted_at` string, date-time, required
    - `review_status` 'pending' | 'approved' | 'denied' | 'out_of_policy' | 'exempt', nullable
    - `requisition` string, nullable
    - `type` string
    - `purchase_details` object, 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)
