Hey!
I’m using Python to make requests to Okta API.
I’m implementing an interface to work with ingestion of Okta objects and want to build an architecture that can process in parallel each chunk of data.
For now, I’m testing with Logs, but I just can get the next chunk/token after one request is processed.
Is it possible to preview what is the tokens for a specific object so I can process all of it in parallel? Or does someone knows other ways to do a request without needing to process one chunk per time?