> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stateset.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List rules

> List rules

### Responses

<ResponseField name="200" type="ConversionRuleResponse[]" />

<RequestExample>
  ```bash cURL theme={null}
  curl --request GET \
    --url 'https://api.stateset.com/api/v1/unit-conversion-rules' \
    --header 'Authorization: Bearer YOUR_API_KEY'
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  [
    {
      "factor": "string",
      "from_uom_id": "string",
      "id": "string",
      "product_id": null,
      "rule_type": "string",
      "to_uom_id": "string"
    }
  ]
  ```
</ResponseExample>
