> ## 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.

# Run Meta • AI Agent SDK

> run_meta: Return the :class:`RunMeta` for ``run_id`` or ``None`` if unknown.

# run\_meta

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

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

Return the :class:`RunMeta` for `run_id` or `None` if unknown.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def run_meta(run_id: str) -> Optional[RunMeta]
```

## Parameters

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

### Returns

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

## Uses

* `fetchone`
* `execute`
* `json.loads`
* `RunMeta`

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/runtime/journal.py#L269">
  `praisonaiagents/runtime/journal.py` at line 269
</Card>
