Skip to main content
GET
/
triggers
/
{id}
Get Trigger
curl --request GET \
  --url https://app.conduit.io/api/triggers/{id} \
  --cookie session=
{
  "trigger": {
    "id": "<string>",
    "organizationId": "<string>",
    "workflowId": "<string>",
    "name": "Daily at 9am",
    "type": "schedule",
    "config": "<string>",
    "transactionType": "deposit",
    "transactionConfig": "<string>",
    "status": "active",
    "createdById": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z"
  }
}

Authorizations

session
string
cookie
required

Session-based authentication via cookies

Path Parameters

id
string
required

Trigger ID

Response

Trigger details

trigger
object