> For the complete documentation index, see [llms.txt](https://cetus-1.gitbook.io/cetus-developer-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cetus-1.gitbook.io/cetus-developer-docs/developer/via-sdk-v2/sdk-modules/cetusprotocol-limit-sdk/gets-the-claim-logs-of-the-order.md).

# Gets the claim logs of the order

`getLimitOrderClaimLogs` can gets the claim logs of the order by limit order id.

```typescript
const limit_order_id = '0x24aaffb2f9785c110da3b670e0f50e8a30...'
const order = await sdk.LimitOrder.getLimitOrderClaimLogs(limit_order_id)
```
