feat: add transcript and recording public URLs in API

This commit is contained in:
Abhishek Kumar 2026-05-26 15:11:56 +05:30
parent 7810923bca
commit 3df5730076
8 changed files with 412 additions and 14 deletions

View file

@ -15,6 +15,8 @@ class WorkflowRunResponseSchema(BaseModel):
is_completed: bool
transcript_url: str | None
recording_url: str | None
transcript_public_url: str | None = None
recording_public_url: str | None = None
public_access_token: str | None = None
cost_info: Dict[str, Any] | None
definition_id: int | None # This is for backward compatibility