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

# Get Unacknowledged • AI Agent SDK

> get_unacknowledged: Get pending unacknowledged messages for a client.

# get\_unacknowledged

<div className="flex items-center gap-2">
  <Badge color="blue">Async</Badge>
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**DeliveryGuaranteeProtocol**](../classes/DeliveryGuaranteeProtocol) class in the [**protocols**](../modules/protocols) module.

Get pending unacknowledged messages for a client.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
async def get_unacknowledged(client_id: str, limit: int) -> List[GatewayEvent]
```

## Parameters

<ParamField query="client_id" type="str" required={true}>
  No description available.
</ParamField>

<ParamField query="limit" type="int" required={false} default="100">
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="List[GatewayEvent]">
  The result of the operation.
</ResponseField>

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/gateway/protocols.py#L1425">
  `praisonaiagents/gateway/protocols.py` at line 1425
</Card>

***

## Related Documentation

<CardGroup cols={2}>
  <Card title="Knowledge Concept" icon="book" href="/docs/docs/concepts/knowledge" />

  <Card title="Knowledge Overview" icon="database" href="/docs/docs/knowledge/overview" />

  <Card title="Knowledge Configuration" icon="gear" href="/docs/docs/configuration/knowledge-config" />

  <Card title="Chat with PDF" icon="file-pdf" href="/docs/docs/knowledge/chat-with-pdf" />
</CardGroup>
