ListExecutionsResponse

Response for listing the integration execution data.

JSON representation
{
  "nextPageToken": string,
  "executions": [
    {
      object (Execution)
    }
  ]
}
Fields
nextPageToken

string

The token used to retrieve the next page results.

executions[]

object (Execution)

The detailed information of requested executions