Read-only

Get Daily Limit Ranges

Returns the configured minimum and maximum daily limit ranges per action category (for example, invitation min 10, max 20) along with today's drawn value for each. Limit_min and limit_max return null when no range is set, and todays_pick is null until the first action of the day because it is populated lazily. Use this to audit your current pacing configuration before launching outreach.

get_limit_rangesGET/api/v1/limits
crispy — bash

Example prompt: Show me my current daily limit ranges and how many invitations I'm allowed today

[
  {
    "category": "invitation",
    "limit_min": 10,
    "limit_max": 20,
    "todays_pick": 16
  }
]
Permission scope
core
Access
Read-only
Category
Account

What you can build

Confirm today's actual daily cap for invitations, messaging, or profile views
Audit how each action category is paced before launching a campaign
Spot categories with no range configured so you can set sensible bounds
Verify pacing settings stay within LinkedIn-safe ceilings across accounts

Parameters

Inputs accepted by get_limit_ranges.

NameTypeDescription
account_idstringLinkedIn account ID. Omit to use your default account.

The complete LinkedIn API. Ready when you are.

Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.