---
title: "Get transactions for an entity"
method: GET
path: "/v1/{id}/transactions"
tags: ["Entity Endpoints"]
---

# Get transactions for an entity

`GET /v1/{id}/transactions`

## Path parameters

- `id` string, required

## Response `200`

- EntityTransactionsResponseDto
  - `transactions` ApiTransactionDto[], required
    - `action` 'transfer' | 'retire' | 'transfer_retire' | 'cancel' | 'issuance' | 'receive' | 'claim' | 'create_project' | 'create_vintages' | 'multi_credit_action', required — Action of the credit request
    - `type` 'exAnte' | 'exPost' | 'retirementCertificate', required — Type of the credit request
    - `id` string, required — ID of the credit request
    - `toAddress` string — Address of the recipient of the credit request
    - `createdAt` string, date-time, required — Timestamp of when the credit request was created
    - `updatedAt` string, date-time, required — Timestamp of when the credit request was last updated
    - `tokenId` string, required — ID of the token associated with the credit request
    - `tokenAddress` string, required — Address of the token associated with the credit request
    - `creditId` string, required — ID of the credit associated with the credit request
    - `serialization` string, required — Serialization of the credit request
    - `vintage` string, required — The vintage year of the credit
    - `amount` number, required — Amount of the credit request
    - `fromOrganizationId` string, required — ID of the organization sending the credit request
    - `toOrganizationId` string — ID of the organization receiving the credit request
    - `project` ApiProject, required
      - `id` string, required — The ID of the project
      - `fullName` string, required — The full name of the project
      - `url` string, required — The URL of the project
      - `publicUrl` string, required — The public URL of the project
      - `num` number, required — Project number. This is a unique identifier for the project
    - `txId` string — ID of the transaction associated with the credit request
    - `state` 'processed' | 'failed' | 'pending_queue' | 'pending_onchain' | 'pending_request' | 'rejected' | 'pending_reserved' | 'cancelled', required — State of the credit request: cancelled | failed | pending_onchain | pending_queue | pending_request | pending_reserved | processed | rejected
    - `transactionData` TransactionDataDto
      - `creditId` string, required — The id of the credit
      - `tokenId` string, required — The onchain token of the credit
      - `amount` number, required — The amount of this credit being moved
      - `serialization` string, required — The serialization of this credit
    - `retirementId` string — The retirement ID of the reservation
    - `retirementReason` string — Reason for retirement of the credit request
    - `retirementComment` string — Comment for retirement of the credit request
    - `beneficiaryName` string — Name of the beneficiary of the credit request

---

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