Search for taxa created by me

Hi all, I am curious to know if there is there a way to search for taxa created or edited by myself (or any specific person I suppose) - the “Content Author”. Apologies if this has already been discussed elsewhere or has an obvious answer that I have overlooked.

1 Like

https://forum.inaturalist.org/t/using-sql-to-query-inats-dwca-taxonomy-export/29377/17 but also taxon history is added since this forum post…
I should try this but I hope for you there is an easier solution…

SELECT A.scientificName, A.taxonID
FROM taxa A
LEFT JOIN vnames B
ON A.id = B.id
WHERE contributer=‘jeremygilmore’

This is counted for the curator stars, so you’d think it wouldn’t be too hard to pull up.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.