Hi Melanie, Not sure how to implement this via python, but the basics should be as follows: https:// insertyoururl .my.workfront.com/attask/api/v8.0/project/search?name= Test &name_Mod=cicontains&fields= status,name,progressStatus &apiKey= yourapikey Using an API key, there is no separate login step. You just include the API key in your query. In the above example (an HTTP GET), this does a search for projects containing the word 'Test' and returned their name, status and progress status (and ID of course). Presuming you are familiar with the API explorer, you can work out what other search parameters you want to use and which fields you want to have returned. Hope that helps get you part way there.
Regards,
David Cornwell