# Capture model source citations in run data for better provenance

> Runs now support an optional citations field across single, team, and workflow executions. This lets you store and surface model-provided source citations directly in your run metadata, improving…

- Published: 2025-11-28
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/capture-model-source-citations-in-run-data-for-better-provenance
- Markdown: https://agno-com-nine.vercel.app/articles/capture-model-source-citations-in-run-data-for-better-provenance.md

Runs now support an optional citations field across single, team, and workflow executions. This lets you store and surface model-provided source citations directly in your run metadata, improving traceability, auditability, and user trust without changing existing integrations. The field is non-breaking and can be adopted incrementally to power features like “show your work,” compliance review, and knowledge attribution.

**Details**

- Available in RunSchema, TeamRunSchema, and WorkflowRunSchema responses.
- Optional and backward-compatible; no migrations required.

**Who this is for:** Teams building user-facing experiences that require explainability, or organizations in regulated environments that need evidence of sources and decision trails.
