MCPBundler Docs
MCPBundler Docs
Volver al marketplacePrimeros PasosAutenticacionTutorial - De un Bundle a un Agente Conectado
API Reference
Agent A2A Tools
Agent Channels
Agent Configuration (Staging)
Agent Configuration (Versions)
Agent Tools
Agents
Auth
Billing
Bundler
Bundler Tool
Bundles
Call Campaigns
Catalog
Conversations
Credentials
Deployments
Discover
Embedding
Fleet
Knowledge Bases
LLM
MCP Listings
Media
OAuth Clients
OAuth2
Observability
Organisations
Realtime
Reviews
Roadmap
SCIM
STT
Suppression
Triggers
TTS
Users
Utils
Voices
Webhooks
Workflows
Clear Workflow Version SamplesCreate WorkflowGet WorkflowList Workflow Version Samples
API ReferenceWorkflows

List Workflow Version Samples

GET
/v1/agents/{agent_id}/workflow/versions/{version_id}/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
Formatuuid
version_id*Version Id
Formatuuid

Query Parameters

verify_locally?Verify Locally
Defaulttrue

Response 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"    }  ]}

Get Workflow

Previous Page