# Get hooks **GET /api/hooks** Get a list of hooks with optional pagination. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Query parameters - **includeExecutionStats** (string) Whether to include execution stats in the response. - **page** (integer) Page number (starts from 1). - **page_size** (integer) Entries per page. ## Responses ### 200: A list of hooks. #### Body Parameters: application/json (array[object]) - **tenantId** (string) - **id** (string) - **name** (string) - **event** (string | null) - **events** (array[string]) - **config** (object) - **signingKey** (string) - **enabled** (boolean) - **createdAt** (number) - **executionStats** (object) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden [Powered by Bump.sh](https://bump.sh)