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

# Retrieve all transactions

`GET /transactions`

Retrieve all the transactions in the subject product environment

## Query parameters

- `start` integer
- `limit` integer
- `sort` 'created' | '-created' | 'updated' | '-updated'
- `status` Status — unresolved $ref
- `productName` Name — unresolved $ref
- `entityId` EntityId — unresolved $ref
- `entityType` EntityType — unresolved $ref
- `startCreated` string, date-time — Resource created/updated time-stamp (IS0 8601 UTC)
- `endCreated` string, date-time — Resource created/updated time-stamp (IS0 8601 UTC)
- `startUpdated` string, date-time — Resource created/updated time-stamp (IS0 8601 UTC)
- `endUpdated` string, date-time — Resource created/updated time-stamp (IS0 8601 UTC)

## Headers

- `Authorization` string, required

## Response `200`

Ok

- TransactionSummaryView[]
  - `id` string, uuid — Unique identifier (GUID) for the subject resource
  - `status` Status — unresolved $ref
  - `entityRef` EntityRef — Source loan data entity reference
    - `entityId` string — Source loan data entity identifier
    - `entityType` 'urn:elli:encompass:loan' — Source loan data entity type
  - `product` ProductTransactionView
    - `id` string, uuid — Unique identifier (GUID) for the subject resource
    - `partnerId` PartnerId — unresolved $ref
    - `name` Name — unresolved $ref
  - `application` Application — unresolved $ref
  - `created` string, date-time — Resource created/updated time-stamp (IS0 8601 UTC)
  - `createdBy` string — Entity that created/updated the subject resource
  - `updated` string, date-time — Resource created/updated time-stamp (IS0 8601 UTC)
  - `updatedBy` string — Entity that created/updated the subject resource

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.dev/elliemae/apis/oauth2-restful-api.md) · [All operations](https://skmtc.dev/elliemae/apis/oauth2-restful-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/elliemae/oauth2-restful-api/revisions/f1196f5edd58/schema)
