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 -g --request GET 'https:///v2/api/project/filter' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer '
[
{
"id": 254,
"project_name": "newproj",
"created_by": "user@example.com",
"team": 233
}
]