Freelo Get Project Details
freelo_get_project_detailsRetrieve complete project details, including workers, tasklists, and settings, by providing a project ID. Use this to access structured project data for management or reporting.
Instructions
Fetches detailed information about a specific project including workers, tasklists, and settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | Project ID (e.g., "197352"). Get from freelo_get_projects. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Project ID | |
| name | Yes | Project name | |
| tags | No | Project tags | |
| owner | No | Project owner | |
| state | No | Project state | |
| client | No | Client information | |
| workers | No | Project workers | |
| date_add | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") | |
| tasklists | No | Active tasklists | |
| currency_iso | No | Project currency | |
| custom_fields | No | Custom fields | |
| date_edited_at | No | ISO 8601 date-time format (e.g., "2021-10-04T09:32:00+02:00") |