Retrieve a plan
Retrieves a plan object by its ID.
Authentication
Path parameters
Query parameters
When provided together with start_date, per-plan eligibility counts are included in the response. Silently ignored if not paired with start_date.
Reference date used to compute employee age when evaluating eligibility. Required together with group_id for counts to be included.
Response
Unique identifier for the plan. Prefixed with pl_.
List of plan documents (e.g., IPIDs, T&Cs).
The date from which this plan is available (inclusive).
Object type. Always plan.
Health insurance-specific details. Only populated when type is health_insurance.
The date until which this plan is available (inclusive). Null if the plan has no end date.
Number of employees in the queried group eligible for this plan as-of start_date. Only present when both group_id and start_date query parameters are provided.
Number of employees in the queried group ineligible for this plan as-of start_date. Only present when both group_id and start_date query parameters are provided.
Total employees in the queried group. Only present when both group_id and start_date query parameters are provided.

