---
title: "Get Async API Status"
method: GET
path: "/api/v2/core/transactions/{transactionId}"
tags: ["Async API Status"]
---

# Get Async API Status

`GET /api/v2/core/transactions/{transactionId}`

Given a transaction id, it returns the status and encoded entity id of the transaction, status can be PASS, IN PROGRESS or FAIL in the past 3 days

## Path parameters

- `transactionId` string, required

## Query parameters

- `exclude` string
- `keyList` string

## Headers

- `Authorization` string, required

## Response `200`

OK

- DataTransactionSchema
  - `data` ExternalTransaction
    - `efEntityId` string, nullable — Profile Id of the message
    - `status` string, nullable — Status of the message
    - `externalEntityId` string, nullable — Profile Id of the message

---

[API](https://skmtc.dev/eightfold/apis/api-server-v2-service-service.md) · [All operations](https://skmtc.dev/eightfold/apis/api-server-v2-service-service/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eightfold/api-server-v2-service-service/revisions/0fb26f4e41bf/schema)
