Skip to main content

Get results of a batch

GET 

/platform/solutions/api/v1/orgs/{orgId}/batches/{batchId}/results

Retrieve execution results for a batch.

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

Parameters

  • batchId (Guid, required): the ID of the batch.
  • triggeredBy (enum, optional): filter by trigger type (Manual, Scheduler).
  • triggerId (Guid, optional): filter by trigger ID.
  • groupBy (enum, optional): set to trigger to group results by trigger.

Responses

  • 200 OK: returns a list of BatchActionLogDto or grouped results (Dictionary<Guid, List<BatchActionLogDto>>).
  • 400 Bad Request: invalid query parameter (e.g. unsupported triggeredBy).
  • 404 Not Found: batch not found.

Security
This API requires authentication.

Request

Responses

OK