> For the complete documentation index, see [llms.txt](https://api-docs.rightsline.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.rightsline.com/entities/contract-scope/retrieve-contract-scope-audit-history.md).

# Retrieve contract scope audit history

`GET` `https://ris.rightsline.com/v4/contract-scope/:id/audit-history`

**Path Parameters**

| Name | Type    | Description                          |
| ---- | ------- | ------------------------------------ |
| id\* | integer | The unique ID of the contract scope. |

**Headers**

| Name           | Type   | Description             |
| -------------- | ------ | ----------------------- |
| x-api-key      | string | Your company's API key. |
| Authentication | string | Authentication token.   |

**Query Parameters**

| Name         | Type    | Description                                                           |
| ------------ | ------- | --------------------------------------------------------------------- |
| userId       | integer | Filter by the user who made the change.                               |
| page         | integer | Page number (default: 1).                                             |
| rows         | integer | Results per page (default: 10).                                       |
| startDate    | string  | Start of date range filter (ISO 8601).                                |
| endDate      | string  | End of date range filter (ISO 8601).                                  |
| showWorkflow | boolean | When `true`, includes workflow transition history (default: `false`). |
