[SalesForce] Where is metadata for custom list view on Task

I have created a custom list view on Task. In Workbench it is displayed under Task within metadata type 'ListView'.

When I pull my metadata using API v43 I can't find the xml definition for it anywhere.

It is not listed as an Unsupported Metadata Type in the Metadata API Developer Guide for Summer '18.

How can I retrieve the metadata for it so that I can then deploy it?

Best Answer

They should appear in the Activity object (src/objects/Activity.object). Note that "private" list views will not appear in the Metadata API.


Example SFDX command:

sfdx force:source:retrieve -m CustomObject:Activity