hibob_search_position_budgets
Get planned salary and total cost per position for cost roll-ups across planned headcount, such as total budgeted cost of vacant positions in a department.
Instructions
Search position budgets: planned salary and total cost per position.
Use this for cost roll-ups across planned headcount, such as the total budgeted cost of every vacant position in a department.
Args: fields: Field IDs to return (1-50). filters: Optional filter clauses. limit: Page size, 1-100. cursor: Cursor from a previous page, or None to start. include_human_readable: Include display labels.
Returns: str: JSON of the form {"count": int, "entries": [...], "has_more": bool, "next_cursor": str}.
Rate limit: 100 requests/minute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum entries per page. | |
| cursor | No | Cursor from a previous page. | |
| fields | Yes | Field IDs to return, 1-50, e.g. ['/positionBudget/expectedBaseSalaryCurrencyValue']. | |
| filters | No | Optional filter clauses on budget fields. | |
| include_human_readable | No | Also return display labels for each value. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |