From 5f55f7df0cc237df61fb45636c79c2ad61f93a92 Mon Sep 17 00:00:00 2001 From: Mahesh Date: Fri, 5 Sep 2025 17:59:07 +0530 Subject: [PATCH] chore: add pagination params for log exports --- openapi.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 89fa5469..54323d5c 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -30589,6 +30589,13 @@ components: type: string prompt_slug: type: string + page_size: + type: number + description: "max: 50000, default: 50000" + example: 50000 + current_page: + type: number + example: 0 LogExportsRequestedData: type: array