List Workflow Version Samples
The captured input/output for every node of one version.
An empty list is the normal answer for a version that has never run - the editor renders that as an empty inspector, not an error.
Authorization
OAuth2AuthorizationCodeBearer AuthorizationBearer <token>
In: header
Path Parameters
agent_id*Agent Id
Format
uuidversion_id*Version Id
Format
uuidQuery Parameters
verify_locally?Verify Locally
Default
trueResponse Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/agents/497f6eca-6276-4993-bfeb-53cbbbba6f08/workflow/versions/497f6eca-6276-4993-bfeb-53cbbbba6f08/samples"[ { "node_id": "string", "resolved_input": null, "output": null, "is_error": true, "truncated": true, "captured_at": "2019-08-24T14:15:22Z" }]{ "detail": "string", "code": "string"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string" } ]}