# Get

Launch stage: Beta

`GET /api/2.0/clean-rooms/{clean_room_name}/auto-approval-rules/{rule_id}`

Get a auto-approval rule by rule ID

API scopes: cleanrooms

## Path parameters

- `clean_room_name` (string, optional)
- `rule_id` (string, optional)

## Returns

Returns the CleanRoomAutoApprovalRule object.

## Response

```json
{
  "clean_room_name": "string",
  "rule_id": "string",
  "rule_owner_collaborator_alias": "string",
  "author_collaborator_alias": "string",
  "author_scope": "string",
  "runner_collaborator_alias": "string",
  "created_at": 0
}
```

