To get the dmsID of revisions with a specific status, you can use Fusion 360 Manage's API or custom scripts. You would need to write code that queries the revision list, filters it based on the desired status (e.g., 'Working' or 'Latest'), and retrieves the dmsID for those revisions.