> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rhinestone.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# getIntentStatus

> Get the current status of a submitted intent.

Method on a [`RhinestoneSDK`](/sdk-reference/rhinestone-sdk/rhinestone-sdk) instance.

## Usage

```ts theme={null}
const intentStatus = await sdk.getIntentStatus(intentId)
```

## Parameters

<ParamField path="intentId" type="string" required>
  The intent ID returned when the transaction was submitted
</ParamField>

## Returns

<ResponseField name="intentStatus" type="TransactionStatus">
  The intent status
</ResponseField>
