ArtemisAds uses cursor-based pagination to query our data. When you use these query APIs, we will return the cursor field in the response. You can use this cursor field to obtain the results of the next page. When there are no more results to return, the cursor field will be returned as null. Please note that when you set the cursor to null or empty, we will always return the first page data.
Modified at 2025-05-23 01:40:31