# Refresh

The Refresh object gives information on a refresh of the data quality monitoring pipeline.

## The Refresh object

- [refresh/object.md](refresh/object.md)

## Endpoints

### Get

- [GET /api/data-quality/v1/monitors/{object_type}/{object_id}/refreshes/{refresh_id}](get-refresh.md)

### List

- [GET /api/data-quality/v1/monitors/{object_type}/{object_id}/refreshes](list-refresh.md)

### Create

- [POST /api/data-quality/v1/monitors/{refresh.object_type}/{refresh.object_id}/refreshes](create-refresh.md)

### Update

- [PATCH /api/data-quality/v1/monitors/{object_type}/{object_id}/refreshes/{refresh_id}](update-refresh.md)

### Delete

- [DELETE /api/data-quality/v1/monitors/{object_type}/{object_id}/refreshes/{refresh_id}](delete-refresh.md)

