1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. ListScheduledActionHistoryResponse

ListScheduledActionHistoryResponse

    ListScheduledActionHistoryResponse is the API response when a scheduled action history is listed.

    Properties

    • scheduleHistoryEvents array[ScheduledActionHistoryEvent] required
      The list of scheduled action history events
    • id string required
      The unique identifier for this history event.
    • scheduledActionID string required
      The ID of the scheduled action this event belongs to.
    • executed string required
      The timestamp when the action was executed.
    • version integer required
      The version of the scheduled action at the time of execution.
    • result string required
      The result of the execution.