agent_ids
: Filter projects associated with one or more agent IDs (comma-separated).user_ids
: Filter projects created by or linked to specific user IDs (comma-separated).start_date
and end_date
: Filter projects created within the specified date range (inclusive).curl --location --request GET '/v2/api/project/filter'
[
{
"id": 254,
"project_name": "newproj",
"created_by": "user@example.com",
"team": 233
}
]