
fkc4q (fkc4q) asked a question.
REF: https://developer.okta.com/docs/reference/api/factors/*get-factor
When i query a user's enrolled factors via the API is is only returning results for Authentication factors and omits factors that are enrolled but marked for recovery only.
How can I get a response of ALL factors?

I noticed the same thing and if you use the Okta Rockstar Plugin to verify MFA you won't see them listed in its interface either. I don't find any API optional flags or other API methods to get them and I find no documentation stating this limitation.
Have you tried the "{{url}}/api/v1/users/{{userId}}/factors/catalog" to see if it lists all? I know that is not what you want but it might be good to know if it is a limitation with that API method as well.
Unless someone at Okta chimes in soon, you might just open a support case with Okta Support as see what they have to say. Be prepared for them to have you open an Okta Idea where you can asked for expanded API functionality if they say the limitation is by design.