Cloudflare API - List dnd records without TXT records

GET zones/:zone_identifier/dns_records

When API retrive the list of record not include any TXT records. Why ?
The type A,CNAME,SRV … was listed, but not TXT records

I not add any parameter, all by default.
For example:

curl -X GET “https://api.cloudflare.com/client/v4/zones/XXXXXXXXXXXXXXXXXX/dns_records
-H “X-Auth-Email: [email protected]
-H “X-Auth-Key: XXXXXXXXXXXXXXXXXXXXXXXXXX”
-H “Content-Type: application/json”

This call not retrive any txt record. Why?