Exclude/Include Fields in API Call

Dear @petrs ,

I tested this a bit more but this is still not very clear. I am trying to only extract 4 columns from the database for my search query.

  1. The documentation says to add the include parameter.
    Welcome back | Baserow

  2. This seems similar to this issue, only that I am using Field IDs but not Field Names
    GET API with Query parameters "include" and "exclude" data response is not as expected - #2 by frederikdc

  3. So I am adding a parameter Include to only output 4 columns (+ default columns)

  4. I still get an error message

  5. If I remove the include parameter, my query works but will time out since on column field contains too large data.

Please advise on how to fix this.