API Functions - Timeouts

Does anyone know if Create has any form of timeout on API function calls ? So inbound calls (in this case GENERIC types).

Cant find anything obvious …

Thanks

Haydn

It would appear to be 1 minute (60 seconds).

So - how do I change this ?

or maybe someone has an idea how I could do say pagination of results.

As a bit of context, we are importing a bunch of legacy record data into a new create solution (~ 40k records) and this will need to be made available to an external MI solution for reporting purposes.

There is no way 40k records can be processed for output in under the 1m observed timeout so I need to either configure this timeout (which im feeling is not possible on my end) or find a way to allow paginated calls of some kind.

The expectation longer term is that this MI solution will call create (daily) to get “updates” which will number in the small 10s or 100s so less of an issue on an ongoing basis. Its the initial bulk load that is proving problematic.