What is the row limit for POST /docs/{docId}/tables/{tableId}/rows

Hi everyone,

I’m integrating with the Coda API and using the endpoint:

POST /docs/{docId}/tables/{tableId}/rows
I couldn’t find an official limit in the documentation.

Could someone from the team or community clarify:

Is there a hard limit on how many rows can be sent in a single POST?

Are there recommended best practices for bulk inserts (e.g. batching)?

Is there any risk of degraded performance when writing large datasets via the API?

Thanks in advance!