Skip to main content
GET
Obtener detalle de un trigger

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-workspace-id
string<uuid>
required

Identificador del workspace multi-tenant.

Path Parameters

agentId
string<uuid>
required

Identificador del agente

blueprintId
string<uuid>
required

Identificador del blueprint del agente (se obtiene de GET /v1/agents/{agentId}/blueprints)

stageId
string<uuid>
required

Identificador del stage dentro del blueprint del agente

triggerId
string<uuid>
required

Identificador del trigger asociado al stage

Response

Trigger encontrado

id
string<uuid>
required
stageId
string<uuid>
required
condition
object
required

Condición evaluada para activar la transición al siguiente stage.

nextStageName
string
required

Nombre del siguiente stage al que se transicionará.

createdAt
string<date-time>
required
updatedAt
string<date-time>
required