# Orders timeline Use order timelines to maintain an audit trail of changes and activity for each order. ## Retrieve order timeline messages - [GET /subscriptions/{id}/timeline](https://www.rebilly.com/docs/dev-docs/api/orders-timeline/getsubscriptiontimelinecollection.md): Retrieves a list of order timeline messages. ## Create an order timeline comment - [POST /subscriptions/{id}/timeline](https://www.rebilly.com/docs/dev-docs/api/orders-timeline/postsubscriptiontimeline.md): Creates an order timeline comment. ## Retrieve an order timeline message - [GET /subscriptions/{id}/timeline/{messageId}](https://www.rebilly.com/docs/dev-docs/api/orders-timeline/getsubscriptiontimeline.md): Retrieves a order message with a specified ID. ## Delete an order timeline message - [DELETE /subscriptions/{id}/timeline/{messageId}](https://www.rebilly.com/docs/dev-docs/api/orders-timeline/deletesubscriptiontimeline.md): Deletes an order timeline message with a specified ID.