# Get logs **GET /api/logs** Get logs that match the given query with pagination. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters ### Query parameters - **userId** (string) Filter logs by user ID. - **applicationId** (string) Filter logs by application ID. - **logKey** (string) Filter logs by log key. - **page** (integer) Page number (starts from 1). - **page_size** (integer) Entries per page. ## Responses ### 200 An array of logs that match the given query. #### Body: application/json (array[object]) - **tenantId** (string) - **id** (string) - **key** (string) - **payload** (object) - **createdAt** (number) ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)