List My Projects
freelancer_my_projectsList your owned or hired projects on Freelancer, filter by status (active, complete, closed) and role (owner or freelancer), with pagination. Use to review your project history and analyze past performance.
Instructions
List projects you own or are working on as a freelancer.
Args:
role (string): "owner" (projects you posted) or "freelancer" (projects you're hired on)
status (string, optional): "active", "complete", "closed"
limit (number, 1-50, default 10): Number of results
offset (number, default 0): Pagination offset
account (string, optional): Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account.
Returns: list of your projects with status, budget and progress. To analyze past performance ("what are my winning strategies?"), call this with status "complete" and pair it with freelancer_my_bids (status "awarded") — reason over the combined results yourself (skills used, budget ranges, proposal style).
Use when: "Show my active projects", "List projects I'm working on", "What projects have I posted?", "Analyze my past completed projects"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | owner = posted by you, freelancer = hired on | freelancer |
| limit | No | Number of results | |
| offset | No | Pagination offset | |
| status | No | Filter by project status | |
| account | No | Which configured Freelancer account to use (see freelancer_list_accounts for labels). Omit to use your default/only account. |