| Field | Type | Required | Description | Example |
|---|---|---|---|---|
name |
Optional[str] | ➖ | The name of the workflow. | |
author |
Optional[models.Person] | ➖ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
create_timestamp |
Optional[int] | ➖ | Server Unix timestamp of the creation time. | |
last_update_timestamp |
Optional[int] | ➖ | Server Unix timestamp of the last update time. | |
last_draft_saved_at |
Optional[int] | ➖ | Server Unix timestamp of the last time the draft was saved. | |
last_draft_saved_by |
Optional[models.Person] | ➖ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
last_draft_git_author_id |
Optional[str] | ➖ | ID of the VCS user (e.g. GitHub username) who last saved the draft. Set only by the draft save path via the external Git integration API. | |
last_updated_by |
Optional[models.Person] | ➖ | N/A | { "name": "George Clooney", "obfuscatedId": "abc123" } |
permissions |
Optional[models.ObjectPermissions] | ➖ | N/A | |
id |
Optional[str] | ➖ | The ID of the workflow. | |
verified |
Optional[bool] | ➖ | When present, indicates this workflow is admin-verified. Set via the dedicated admin settings endpoint, not by regular edits. | |
show_organization_as_author |
Optional[bool] | ➖ | When true, displays organization name instead of author name in agent card. Set via the dedicated admin settings endpoint, not by regular edits. |