get_account_request_logs
Get request logs for a LinkedIn account with optional filtering by request_type and pagination using limit/offset.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of rows to return. | |
| offset | No | Number of rows to skip. | |
| account_id | Yes | Reach id of the LinkedIn account to act on, from list_accounts. | |
| request_type | No | Only rows of this request type (for example send_message, list_conversations, connect). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Request log rows, newest first. |