Hopefully this will get you started, Austin: https://<YOUR_COMMUNITY_URL>/api/2.0/search?restapi.session_key=<YOUR_SESSION_KEY>&q=SELECT subject, board.id, author.login, post_time, view_href FROM messages WHERE visibility_scope='draft' Need your session key? https://<YOUR_COMMUNITY_URL>/restapi/vc/authentication/sessions/login This is going to dump all draft articles, site-wide, to the screen in JSON format. Just save a copy and get ready to do some Excel magic to get it into a usable format there. Google will lead you. Now, if someone can teach me a way to get this API output in csv or something more friendly without needing to convert, that would be awesome!
... View more