# List formation operation events

> Returns all operations (create, update, delete) with their event logs for the formation, ordered chronologically.

<Heading
  as={"h1"}
  className={"openapi__heading"}
  children={"List formation operation events"}
>
</Heading>

<MethodEndpoint
  method={"get"}
  path={"/api/v1/formations/{formation_id}/events"}
  context={"endpoint"}
>
  
</MethodEndpoint>

Returns all operations (create, update, delete) with their event logs for the formation, ordered chronologically.

<Heading
  id={"request"}
  as={"h2"}
  className={"openapi-tabs__heading"}
>
  <Translate id="theme.openapi.request.title">Request</Translate>
</Heading>

<ParamsDetails
  {...require("./list-formation-events.ParamsDetails.json")}
>
  
</ParamsDetails>

<RequestSchema
  {...require("./list-formation-events.RequestSchema.json")}
>
  
</RequestSchema>

<StatusCodes
  {...require("./list-formation-events.StatusCodes.json")}
>
  
</StatusCodes>
