SDKv2.1.5
Easier client parsing with streamlined media fields in GET runs
Agno Team
October 15, 20251 min read
GET runs responses now return media at the top level of array objects, making responses simpler to consume and reducing client-side parsing logic. This is a breaking change for clients expecting the previous structure; update your integrations accordingly.
Details
- Media moved to the top-level of array objects in responses
- Reduces custom mapping layers and error-prone parsing
- Validate client updates in staging before rollout
Who this is for: API consumers and SDK maintainers integrating with runs endpoints.