Skip to main content

Get trigger list for a batch

GET 

/platform/solutions/api/v1/orgs/{orgId}/batches/{batchId}/action-logs

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

Usage
GET orgs/{orgId}/batches/{batchId}/action-logs

Parameters

  • 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