---
title: "Changes to Get all agents"
method: GET
path: "/v1/agents"
---

# Changes to Get all agents

`GET /v1/agents`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 22 of 86 revisions.

- **2026-09-02** `d9771d57ea65` — 16 info
- **2026-09-01** `6eb61c310d31` — 4 breaking, 4 info
- **2026-08-30** `6aafd1417ba5` — 164 info
- **2026-08-26** `fb19e47e282e` — 8 info
- **2026-08-19** `830020b643cd` — 17 info
- **2026-08-13** `0c5e6f1a3df9` — 36 warning
- **2026-08-08** `6e177b49046b` — 4 info
- **2026-08-01** `0f688ce057eb` — 1 info
- **2026-07-31** `095cd11f1d55` — 1 info
- **2026-07-30** `55b615db7be3` — 4 warning, 36 info
- **2026-07-22** `5987635eae7d` — 412 info
- **2026-07-14** `4aae03aca7da` — 4 breaking, 4 warning, 40 info
- **2026-07-12** `3c39ee1fef00` — 4 breaking, 8 info
- **2026-07-08** `9df70d0abf56` — 4 warning, 300 info
- **2026-07-07** `fdc175c3bb8c` — 1 info
- **2026-07-03** `4d63762ed00d` — 2 info
- **2026-06-29** `fc5ab0c10cbc` — 4 warning, 8 info
- **2026-06-25** `ce8ce0e0055f` — 1 info
- **2026-06-18** `915c28f21774` — 4 breaking, 16 info
- **2026-06-15** `cd89b4c6f004` — 4 info
- **2026-06-09** `e5a0a7c3a5c6` — 4 info
- **2026-06-08** `3a3616091b66` — 1 info

## Changes

- **2026-09-02** `d9771d57ea65` — 16 info
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/export_data_schema` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/export_enabled` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/export_file_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/export_records` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/export_data_schema` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/export_enabled` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/export_file_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/export_records` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/export_data_schema` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/export_enabled` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/export_file_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/export_records` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/export_data_schema` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/export_enabled` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/export_file_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/export_records` to the response with the `200` status
- **2026-09-01** `6eb61c310d31` — 4 breaking, 4 info
  - added `#/components/schemas/DataExportBlock` to the `items/workflow_definition/blocks/items/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/DataExportBlock` to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/DataExportBlock` to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/` response property `oneOf` list for the response status `200`
  - added `#/components/schemas/DataExportBlock` to the `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/` response property `oneOf` list for the response status `200`
  - added `data_export` discriminator mapping keys to the `items/workflow_definition/blocks/items/` response property for the response status `200`
  - added `data_export` discriminator mapping keys to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/` response property for the response status `200`
  - added `data_export` discriminator mapping keys to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/` response property for the response status `200`
  - added `data_export` discriminator mapping keys to the `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/` response property for the response status `200`
- **2026-08-30** `6aafd1417ba5` — 164 info
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #16: LoginBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #17: WaitBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #18: HumanInteractionBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #19: FileDownloadBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #20: UrlBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #23: HttpRequestBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #24: PrintPageBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #25: WorkflowTriggerBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #26: GoogleSheetsReadBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #27: EmailInboxBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #27: EmailInboxBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #28: GoogleSheetsWriteBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #29: PdfFillBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #29: PdfFillBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #2: ContextParameter]/source/anyOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/parameters/items/oneOf[subschema #8: OnePasswordCredentialParameter]/totp_field_name` to the response with the `200` status
  - …124 more
- **2026-08-26** `fb19e47e282e` — 8 info
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #19: FileDownloadBlock]/endpoint_url` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #22: FileUploadBlock]/endpoint_url` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/endpoint_url` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/endpoint_url` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/endpoint_url` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/endpoint_url` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/endpoint_url` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #22: FileUploadBlock]/endpoint_url` to the response with the `200` status
- **2026-08-19** `830020b643cd` — 17 info
  - added the optional property `items/reuse_browser_session` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #9: SendEmailBlock]/custom_smtp_host` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #9: SendEmailBlock]/custom_smtp_password` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #9: SendEmailBlock]/custom_smtp_port` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #9: SendEmailBlock]/custom_smtp_username` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #9: SendEmailBlock]/custom_smtp_host` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #9: SendEmailBlock]/custom_smtp_password` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #9: SendEmailBlock]/custom_smtp_port` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #9: SendEmailBlock]/custom_smtp_username` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #9: SendEmailBlock]/custom_smtp_host` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #9: SendEmailBlock]/custom_smtp_password` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #9: SendEmailBlock]/custom_smtp_port` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #9: SendEmailBlock]/custom_smtp_username` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #9: SendEmailBlock]/custom_smtp_host` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #9: SendEmailBlock]/custom_smtp_password` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #9: SendEmailBlock]/custom_smtp_port` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #9: SendEmailBlock]/custom_smtp_username` to the response with the `200` status
- **2026-08-13** `0c5e6f1a3df9` — 36 warning
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #13: ActionBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #14: NavigationBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #16: LoginBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #18: HumanInteractionBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #19: FileDownloadBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #20: UrlBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/engine` response property for the response status `200`
  - added the new `skyvern-3.0` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #4: TaskBlock]/engine` response property for the response status `200`
- **2026-08-08** `6e177b49046b` — 4 info
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/error_code_mapping` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/error_code_mapping` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/error_code_mapping` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/error_code_mapping` to the response with the `200` status
- **2026-08-01** `0f688ce057eb` — 1 info
  - added the optional property `items/mask_secrets` to the response with the `200` status
- **2026-07-31** `095cd11f1d55` — 1 info
  - added the optional property `items/workflow_definition/completion_contract` to the response with the `200` status
- **2026-07-30** `55b615db7be3` — 4 warning, 36 info
  - added the new `paste_text` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/steps/anyOf[subschema #1]/items/action_type` response property for the response status `200`
  - added the new `paste_text` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/steps/anyOf[subschema #1]/items/action_type` response property for the response status `200`
  - added the new `paste_text` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #5: CodeBlock]/steps/anyOf[subschema #1]/items/action_type` response property for the response status `200`
  - added the new `paste_text` enum value to the `items/workflow_definition/blocks/items/oneOf[subschema #5: CodeBlock]/steps/anyOf[subschema #1]/items/action_type` response property for the response status `200`
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #12: ValidationBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #13: ActionBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #14: NavigationBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #15: ExtractionBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #16: LoginBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #18: HumanInteractionBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #19: FileDownloadBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #20: UrlBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #2: ForLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #12: ValidationBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #13: ActionBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #14: NavigationBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #15: ExtractionBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #16: LoginBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #18: HumanInteractionBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #19: FileDownloadBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #20: UrlBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #3: WhileLoopBlock]/loop_blocks/items/oneOf[subschema #4: TaskBlock]/complete_criterion_is_untrusted` to the response with the `200` status
  - added the optional property `items/workflow_definition/blocks/items/oneOf[subschema #4: TaskBlock]/complete_criterion_is_untrusted` to the response with the `200` status
- …earlier changes are on the page: https://skmtc.dev/skyvern-ai/apis/skyvern-api-2/changes/v1/agents/get

---

[Operation](https://skmtc.dev/skyvern-ai/apis/skyvern-api-2/docs/v1/agents/get.md) · [API](https://skmtc.dev/skyvern-ai/apis/skyvern-api-2.md) · [Page](https://skmtc.dev/skyvern-ai/apis/skyvern-api-2/changes/v1/agents/get)
