We are using the request: GET /api/1.0/workspaces/workspace_gid/tasks/search?resource_subtype=default_task&projects.any=project_gid&tags.any=tag_gid&opt_fields=name,due_on,projects,project_name
which has worked before (yesterday) but now returns 500 error below, what has happened?
{
“errors”: [
{
“message”: “Oops! An unexpected error occurred while processing this request. The input may have contained something the server did not know how to handle. Usually waiting and then retrying the request once fixes this. If the issue is persistent, please contact api-support@asana.com and include the error phrase from this response.”,
“help”: “For more information on API status codes and how to handle them, read the docs on errors: Errors”,
“phrase”: “X”
}
]
}