Skip to main content

Get trigger list for a batch

GET 

/api/v1/orgs/{orgId}/batches/{batchId}/triggers

Retrieve the list of batch trigger IDs for a specific batch.

Usage
GET orgs/{orgId}/batches/{batchId}/triggers

Parameters

  • orgId (string, required): the organization ID.
  • batchId (Guid, required): the ID of the batch.

Responses

  • 200 OK: returns a list of trigger IDs in { triggerIds: [] } format.
  • 404 Not Found: batch not found.

Security
This API requires authentication.

Request

Responses

Returns the list of trigger IDs