# agent_brokerage_history_list

> List the full brokerage career timeline for an agent.

<!-- Source: https://docs.actuallycare.com/tools/agent-brokerage-history/agent_brokerage_history_list -->

List the full brokerage career timeline for an agent. Use to answer where an agent has worked and for how long — for a point-in-time lookup, use [`agent_brokerage_at_date`](/tools/agent-brokerage-history/agent_brokerage_at_date) instead. Returns one entry per (brokerage, period) tuple, oldest first, including current responsible broker (end_date is null for current). Each entry includes brokerage name, DRE license, start/end dates, and a human-readable tenure label like "1 year, 7 months". Sourced from CA DRE public records.

## Parameters

| Parameter | Type | Required | Description |
| --- | --- | --- | --- |
| `user_id` | string | No | Platform user UUID. Defaults to the calling user when omitted. |
| `dre_license_id` | string | No | CA DRE 8-digit license number (alternative to user_id, useful for non-platform agents on a listing). |

## Example prompts

- "Show me my full brokerage career timeline with tenure at each office."
- "Pull the brokerage history for the listing agent with DRE license 02114478."

## Safety

**Read-only.** This tool never changes your data — it only looks things up. Safe to run anytime.
