Table Metadata API Return Field Values

The API documentation for retrieve table metadata, /api/table/:id/query_metadata, states:

"Get metadata about a Table useful for running queries. Returns DB, fields, field FKs, and field values."

Does this API call return the field values? In other words, does it return the data in the table?

We are looking for the smallest footprint return to retrieve a table with the fields but no data via the API. Any recommendations on best way to accomplish this?

Hi @metabasedev01
Just for reference: https://www.metabase.com/docs/latest/api-documentation.html#get-apitableidquery_metadata
That's the correct endpoint to get the structure of a table. It does not get the field values, which is included with /api/field/:id/values