Get a comprehensive list of fields available by issue type and project

Hii there! I’d like to obtain a comprehensive list of fields available by issue type and project to enable users to create an issue. We’ve been using the create meta endpoint for this purpose, which returns field metadata for a specified project and issue type: https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-createmeta-projectidorkey-issuetypes-issuetypeid-get

However, we’ve noticed that we’re not getting the complete list of fields (e.g., status and sprint are missing). Is there a way to obtain the entire list?

Thanks in advance!