List testsAsk AIget https://app.rainforestqa.com/api/1/testsList testsQuery ParamscategorystringenumOnly return tests with this categoryappsiteAllowed:appsiteexploratory_run_idint32Only return created in this exploratory runprioritystringenumOnly return tests with this priorityP1P2P3not_prioritizedAllowed:P1P2P3''not_prioritizedquerystringOnly return tests whose title contains, or ID matches, this stringresultstringenumOnly return tests with a specific resultpassedfailedno_resultAllowed:passedfailedno_resultrun_group_idint32Only return tests in this run group; use -1 to filter for tests not in any run groupssmart_folder_idint32Only return tests in this saved filterstep_querystringOnly return tests whose steps match this stringtestsstringOnly return tests matching this criteria. Can be comma-separated list of test ids or 'all' to return all teststypestringenumOnly return tests of this typesnippettestAllowed:snippettestvariablestringOnly return tests that contain given variableembeddedbooleanIf true, only return tests that are embedded in other tests. If false, only return tests that are not embedded in other tests.truefalseowner_idint32Only return tests owned by this user; use -1 to filter for tests without an ownertest_languagestringenumOnly return tests with a specified languageplain_englishrainforest_test_languageAllowed:plain_englishrainforest_test_languagelogic[][operation]array of stringslogic[][operation]ADD stringlogic[][expression][tag]array of stringsrequiredThe name of the taglogic[][expression][tag]*ADD stringlogic[][expression][inclusive]array of booleansrequiredWhether to filter for tests tagged or untagged with the given taglogic[][expression][inclusive]*ADD booleansort[][title]array of stringssort[][title]ADD stringsort[][id]array of stringssort[][id]ADD stringsort[][updated_at]array of stringssort[][updated_at]ADD stringsort[][priority]array of stringssort[][priority]ADD stringsort[][created_at]array of stringssort[][created_at]ADD stringsort[][owner]array of stringssort[][owner]ADD stringsort[][last_run]array of stringssort[][last_run]ADD stringsort[][environment_name]array of stringssort[][environment_name]ADD stringsort[][last_complete_run_test_completed_at]array of stringssort[][last_complete_run_test_completed_at]ADD stringsort[][last_complete_run_test_run_id]array of stringssort[][last_complete_run_test_run_id]ADD stringsort[][notified_user_name]array of stringssort[][notified_user_name]ADD stringsort[][self_healed_at]array of stringssort[][self_healed_at]ADD stringsort[][status]array of stringssort[][status]ADD stringpageint32Defaults to 1Page of results to displaypage_sizeint32Defaults to 10Number of results to return per page; maximum: 100feature_id[]array of int32sOnly return tests with this/these feature(s); use -1 to filter for tests without a featurefeature_id[]ADD int32site_id[]array of int32sOnly return tests for this/these site(s)site_id[]ADD int32state[]array of stringsOnly return tests that with this statestate[]ADD stringtags[]array of stringsOnly return tests having all specified tags; use -1 to filter for untagged teststags[]ADD stringrun_id[]array of int32sOnly return tests that were in this/these previous run(s)run_id[]ADD int32options[]array of stringsList of extra details to displayoptions[]ADD stringResponses 200Tests retrieved 400Invalid filtering parametersUpdated 4 months ago