I am trying to retrieve records using the API: https://bika.ai/api/openapi/bika/v2/spaces/:spaceId/resources/databases/:databaseId/records.
My database has over 300 records, but when I use the API, it only returns 100 of them. I tried changing the pagesize in the query parameters, but it resulted in a 500 error. I also tried setting maxRecords to 500, but it still only returns 100 records.
Hi @Headchef.Yang
I’ve verified it on my side and everything is working fine — no 500 error occurred. Could you please share a screenshot? That would help us quickly locate and troubleshoot the issue. Thanks for your cooperation
Hi @Headchef.Yang
It seems like the issue might be on the make side. Could you try sending a request to this endpoint separately using Postman to see if it works properly? Because when I test it with Postman on my side, it works fine