> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/1password/service-account-rate-limits.md).

# サービスアカウントのレート制限

### **サービスアカウントのレート制限** <a href="#vbmc5c38f56l" id="vbmc5c38f56l"></a>

1Passwordのサービスアカウントには、時間制限と１日の制限があります。[時間制限](https://developer.1password.com/docs/service-accounts/rate-limits/#hourly-limits)は、サービスアカウントが60分間に実行できる読み取りと書き込みのアクションの数を制御します。[1日の制限](https://developer.1password.com/docs/service-accounts/rate-limits/#daily-limits)は、1Passwordアカウント内の全てのサービスアカウントが24時間以内に実行できるリクエストの合計数を決定します。一部の1Password CLIコマンドは、複数のリクエストを実行します。

環境変数OP\_SERVICE\_ACCOUNT\_TOKENで現在設定されているサービスアカウントのレート制限使用状況データを取得するために、[op service-account ratelimit](https://developer.1password.com/docs/cli/reference/management-commands/service-account#service-account-ratelimit)コマンドを使用できます。

特定のサービスアカウントに関する情報を取得するには、サービスアカウントの名前またはID を指定します。

$ op service-account ratelimit \<service-account>\
結果の例：\
TYPE ACTION LIMIT USED REMAINING RESET\
token write 1000 0 1000 N/A\
token read 10000 3 9997 59 minutes from now\
account read\_write 50000 3 49997 23 hours from now

### **時間制限** <a href="#i6rh2ee5hqau" id="i6rh2ee5hqau"></a>

サービスアカウントトークンには、Read（読み取り）アクションとWrite（書き込み）アクションの両方に個別に適用される時間制限があります。60分間の時間枠が、1Passwordが最初のリクエストを受信して​​から開始されます。

1Passwordアカウントの種類によって、時間制限が決まります。

| **アカウントの種類**                                                                                                                                         | **アクション** | **制限** | **期間**          | **範囲**          |
| ---------------------------------------------------------------------------------------------------------------------------------------------------- | --------- | ------ | --------------- | --------------- |
| [1Password Business](https://support.1password.com/explore/business/)                                                                                | Read      | 10,000 | 1時間             | サービスアカウントトークンごと |
| Write                                                                                                                                                | 1,000     | 1時間    | サービスアカウントトークンごと |                 |
| 1Password、[1Password Families](https://support.1password.com/explore/families/)、[1Password Teams](https://support.1password.com/explore/team-admin/) | Read      | 1,000  | 1時間             | サービスアカウントトークンごと |
| Write                                                                                                                                                | 100       | 1時間    | サービスアカウントトークンごと |                 |

時間制限を超えると、次のエラーが表示されます。

Error: \[ERROR] (429) Too Many Requests: You've reached the maximum number of this type of requests this service account is allowed to make. Please retry in 59 minutes or try other requests.

💡ヒント

時間制限に達した場合は、次のことができます。

* 60分間のウィンドウがリセットされるまで待ちます。
* [1Password アカウントの種類を変更します。](https://support.1password.com/change-account-type/)
* [1Password サポートにお問い合わせください。](https://support.1password.com/contact/)
* [新しいサービスアカウントをCreateします。<br>](https://developer.1password.com/docs/service-accounts/get-started/)時間制限はサービスアカウントトークンごとに設定されます。

### **1日の制限** <a href="#t4fi8t19q16b" id="t4fi8t19q16b"></a>

**1Passwordに**は、全サービスアカウントが24時間以内に実行できるリクエストの合計数を決定する1日あたりの制限が設けられています。

1日の制限は 1Password アカウントの種類によって決まります。

| **アカウントの種類**                                                                    | **アクション**  | **制限** | **期間** | **範囲**            |
| ------------------------------------------------------------------------------- | ---------- | ------ | ------ | ----------------- |
| [1Password Business](https://support.1password.com/explore/business/)           | Read/Write | 50,000 | 24時間   | 1Passwordアカウントあたり |
| [1Password Teams](https://support.1password.com/explore/team-admin/)            | Read/Write | 5,000  | 24時間   | 1Passwordアカウントあたり |
| 1Password、[1Password Families](https://support.1password.com/explore/families/) | Read/Write | 1,000  | 24時間   | 1Passwordアカウントあたり |

1日の制限を超えると、次のエラーが表示されます。

Error: \[ERROR] (429) Too Many Requests: You've reached the maximum number of this type of requests this 1Password account is allowed to make. Please retry in 23 hours and 59 minutes or try other requests.

ℹ💡ヒント

1日の制限に達した場合は、次のことができます。

* 24時間のウィンドウがリセットされるまで待ちます。
* [1Password アカウントの種類を変更します。](https://support.1password.com/change-account-type/)
* [1Password サポートにお問い合わせください。](https://support.1password.com/contact/)
