# Quotes timeline Use quote timelines to maintain an audit trail of changes and activity for each quote. ## Retrieve quote timeline messages - [GET /quotes/{id}/timeline](https://www.rebilly.com/docs/dev-docs/api/quotes-timeline/getquotetimelinecollection.md): Retrieves quote timeline messages. ## Create a quote timeline comment - [POST /quotes/{id}/timeline](https://www.rebilly.com/docs/dev-docs/api/quotes-timeline/postquotetimeline.md): Creates a quote timeline comment or custom defined event. ## Retrieve a quote timeline message - [GET /quotes/{id}/timeline/{messageId}](https://www.rebilly.com/docs/dev-docs/api/quotes-timeline/getquotetimeline.md): Retrieves a quote timeline message with a specified ID. ## Delete a quote timeline message - [DELETE /quotes/{id}/timeline/{messageId}](https://www.rebilly.com/docs/dev-docs/api/quotes-timeline/deletequotetimeline.md): Deletes a quote timeline message with a specified ID.