Notion Automatic Backup avatar

Notion Automatic Backup

Deprecated
Go to Store
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Notion Automatic Backup

Notion Automatic Backup

trudax/notion-automatic-backup

Create and schedule automatic Notion backups. This Notion backup tool logs into your Notion account and generates a zip file with all your valuable data.

You can access the Notion Automatic Backup programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1{
2  "openapi": "3.0.1",
3  "info": {
4    "version": "0.1",
5    "x-build-id": "9EAvbJvTA0m4IKgtY"
6  },
7  "servers": [
8    {
9      "url": "https://api.apify.com/v2"
10    }
11  ],
12  "paths": {
13    "/acts/trudax~notion-automatic-backup/run-sync-get-dataset-items": {
14      "post": {
15        "operationId": "run-sync-get-dataset-items-trudax-notion-automatic-backup",
16        "x-openai-isConsequential": false,
17        "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
18        "tags": [
19          "Run Actor"
20        ],
21        "requestBody": {
22          "required": true,
23          "content": {
24            "application/json": {
25              "schema": {
26                "$ref": "#/components/schemas/inputSchema"
27              }
28            }
29          }
30        },
31        "parameters": [
32          {
33            "name": "token",
34            "in": "query",
35            "required": true,
36            "schema": {
37              "type": "string"
38            },
39            "description": "Enter your Apify token here"
40          }
41        ],
42        "responses": {
43          "200": {
44            "description": "OK"
45          }
46        }
47      }
48    },
49    "/acts/trudax~notion-automatic-backup/runs": {
50      "post": {
51        "operationId": "runs-sync-trudax-notion-automatic-backup",
52        "x-openai-isConsequential": false,
53        "summary": "Executes an Actor and returns information about the initiated run in response.",
54        "tags": [
55          "Run Actor"
56        ],
57        "requestBody": {
58          "required": true,
59          "content": {
60            "application/json": {
61              "schema": {
62                "$ref": "#/components/schemas/inputSchema"
63              }
64            }
65          }
66        },
67        "parameters": [
68          {
69            "name": "token",
70            "in": "query",
71            "required": true,
72            "schema": {
73              "type": "string"
74            },
75            "description": "Enter your Apify token here"
76          }
77        ],
78        "responses": {
79          "200": {
80            "description": "OK",
81            "content": {
82              "application/json": {
83                "schema": {
84                  "$ref": "#/components/schemas/runsResponseSchema"
85                }
86              }
87            }
88          }
89        }
90      }
91    },
92    "/acts/trudax~notion-automatic-backup/run-sync": {
93      "post": {
94        "operationId": "run-sync-trudax-notion-automatic-backup",
95        "x-openai-isConsequential": false,
96        "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
97        "tags": [
98          "Run Actor"
99        ],
100        "requestBody": {
101          "required": true,
102          "content": {
103            "application/json": {
104              "schema": {
105                "$ref": "#/components/schemas/inputSchema"
106              }
107            }
108          }
109        },
110        "parameters": [
111          {
112            "name": "token",
113            "in": "query",
114            "required": true,
115            "schema": {
116              "type": "string"
117            },
118            "description": "Enter your Apify token here"
119          }
120        ],
121        "responses": {
122          "200": {
123            "description": "OK"
124          }
125        }
126      }
127    }
128  },
129  "components": {
130    "schemas": {
131      "inputSchema": {
132        "type": "object",
133        "required": [
134          "exportType",
135          "timeZone",
136          "locale"
137        ],
138        "properties": {
139          "kvStoreName": {
140            "title": "Key-Value Store",
141            "type": "string",
142            "description": "The name of the key-value store to save the backup"
143          },
144          "exportType": {
145            "title": "Export Type",
146            "enum": [
147              "markdown",
148              "html"
149            ],
150            "type": "string",
151            "description": "Export type"
152          },
153          "timeZone": {
154            "title": "Time Zone",
155            "enum": [
156              "Africa/Abidjan",
157              "Africa/Accra",
158              "Africa/Addis_Ababa",
159              "Africa/Algiers",
160              "Africa/Asmara",
161              "Africa/Bamako",
162              "Africa/Bangui",
163              "Africa/Banjul",
164              "Africa/Bissau",
165              "Africa/Blantyre",
166              "Africa/Brazzaville",
167              "Africa/Bujumbura",
168              "Africa/Cairo",
169              "Africa/Casablanca",
170              "Africa/Ceuta",
171              "Africa/Conakry",
172              "Africa/Dakar",
173              "Africa/Dar_es_Salaam",
174              "Africa/Djibouti",
175              "Africa/Douala",
176              "Africa/El_Aaiun",
177              "Africa/Freetown",
178              "Africa/Gaborone",
179              "Africa/Harare",
180              "Africa/Johannesburg",
181              "Africa/Juba",
182              "Africa/Kampala",
183              "Africa/Khartoum",
184              "Africa/Kigali",
185              "Africa/Kinshasa",
186              "Africa/Lagos",
187              "Africa/Libreville",
188              "Africa/Lome",
189              "Africa/Luanda",
190              "Africa/Lubumbashi",
191              "Africa/Lusaka",
192              "Africa/Malabo",
193              "Africa/Maputo",
194              "Africa/Maseru",
195              "Africa/Mbabane",
196              "Africa/Mogadishu",
197              "Africa/Monrovia",
198              "Africa/Nairobi",
199              "Africa/Ndjamena",
200              "Africa/Niamey",
201              "Africa/Nouakchott",
202              "Africa/Ouagadougou",
203              "Africa/Porto-Novo",
204              "Africa/Sao_Tome",
205              "Africa/Tripoli",
206              "Africa/Tunis",
207              "Africa/Windhoek",
208              "America/Adak",
209              "America/Anchorage",
210              "America/Anguilla",
211              "America/Antigua",
212              "America/Araguaina",
213              "America/Argentina/Buenos_Aires",
214              "America/Argentina/Catamarca",
215              "America/Argentina/Cordoba",
216              "America/Argentina/Jujuy",
217              "America/Argentina/La_Rioja",
218              "America/Argentina/Mendoza",
219              "America/Argentina/Rio_Gallegos",
220              "America/Argentina/Salta",
221              "America/Argentina/San_Juan",
222              "America/Argentina/San_Luis",
223              "America/Argentina/Tucuman",
224              "America/Argentina/Ushuaia",
225              "America/Aruba",
226              "America/Asuncion",
227              "America/Atikokan",
228              "America/Bahia",
229              "America/Bahia_Banderas",
230              "America/Barbados",
231              "America/Belem",
232              "America/Belize",
233              "America/Blanc-Sablon",
234              "America/Boa_Vista",
235              "America/Bogota",
236              "America/Boise",
237              "America/Cambridge_Bay",
238              "America/Campo_Grande",
239              "America/Cancun",
240              "America/Caracas",
241              "America/Cayenne",
242              "America/Cayman",
243              "America/Chicago",
244              "America/Chihuahua",
245              "America/Costa_Rica",
246              "America/Creston",
247              "America/Cuiaba",
248              "America/Curacao",
249              "America/Danmarkshavn",
250              "America/Dawson",
251              "America/Dawson_Creek",
252              "America/Denver",
253              "America/Detroit",
254              "America/Dominica",
255              "America/Edmonton",
256              "America/Eirunepe",
257              "America/El_Salvador",
258              "America/Fort_Nelson",
259              "America/Fortaleza",
260              "America/Glace_Bay",
261              "America/Godthab",
262              "America/Goose_Bay",
263              "America/Grand_Turk",
264              "America/Grenada",
265              "America/Guadeloupe",
266              "America/Guatemala",
267              "America/Guayaquil",
268              "America/Guyana",
269              "America/Halifax",
270              "America/Havana",
271              "America/Hermosillo",
272              "America/Indiana/Indianapolis",
273              "America/Indiana/Knox",
274              "America/Indiana/Marengo",
275              "America/Indiana/Petersburg",
276              "America/Indiana/Tell_City",
277              "America/Indiana/Vevay",
278              "America/Indiana/Vincennes",
279              "America/Indiana/Winamac",
280              "America/Inuvik",
281              "America/Iqaluit",
282              "America/Jamaica",
283              "America/Juneau",
284              "America/Kentucky/Louisville",
285              "America/Kentucky/Monticello",
286              "America/Kralendijk",
287              "America/La_Paz",
288              "America/Lima",
289              "America/Los_Angeles",
290              "America/Lower_Princes",
291              "America/Maceio",
292              "America/Managua",
293              "America/Manaus",
294              "America/Marigot",
295              "America/Martinique",
296              "America/Matamoros",
297              "America/Mazatlan",
298              "America/Menominee",
299              "America/Merida",
300              "America/Metlakatla",
301              "America/Mexico_City",
302              "America/Miquelon",
303              "America/Moncton",
304              "America/Monterrey",
305              "America/Montevideo",
306              "America/Montserrat",
307              "America/Nassau",
308              "America/New_York",
309              "America/Nipigon",
310              "America/Nome",
311              "America/Noronha",
312              "America/North_Dakota/Beulah",
313              "America/North_Dakota/Center",
314              "America/North_Dakota/New_Salem",
315              "America/Ojinaga",
316              "America/Panama",
317              "America/Pangnirtung",
318              "America/Paramaribo",
319              "America/Phoenix",
320              "America/Port-au-Prince",
321              "America/Port_of_Spain",
322              "America/Porto_Velho",
323              "America/Puerto_Rico",
324              "America/Rainy_River",
325              "America/Rankin_Inlet",
326              "America/Recife",
327              "America/Regina",
328              "America/Resolute",
329              "America/Rio_Branco",
330              "America/Santa_Isabel",
331              "America/Santarem",
332              "America/Santiago",
333              "America/Santo_Domingo",
334              "America/Sao_Paulo",
335              "America/Scoresbysund",
336              "America/Sitka",
337              "America/St_Barthelemy",
338              "America/St_Johns",
339              "America/St_Kitts",
340              "America/St_Lucia",
341              "America/St_Thomas",
342              "America/St_Vincent",
343              "America/Swift_Current",
344              "America/Tegucigalpa",
345              "America/Thule",
346              "America/Thunder_Bay",
347              "America/Tijuana",
348              "America/Toronto",
349              "America/Tortola",
350              "America/Vancouver",
351              "America/Whitehorse",
352              "America/Winnipeg",
353              "America/Yakutat",
354              "America/Yellowknife",
355              "Antarctica/Casey",
356              "Antarctica/Davis",
357              "Antarctica/DumontDUrville",
358              "Antarctica/Macquarie",
359              "Antarctica/Mawson",
360              "Antarctica/McMurdo",
361              "Antarctica/Palmer",
362              "Antarctica/Rothera",
363              "Antarctica/Syowa",
364              "Antarctica/Troll",
365              "Antarctica/Vostok",
366              "Arctic/Longyearbyen",
367              "Asia/Aden",
368              "Asia/Almaty",
369              "Asia/Amman",
370              "Asia/Anadyr",
371              "Asia/Aqtau",
372              "Asia/Aqtobe",
373              "Asia/Ashgabat",
374              "Asia/Baghdad",
375              "Asia/Bahrain",
376              "Asia/Baku",
377              "Asia/Bangkok",
378              "Asia/Beirut",
379              "Asia/Bishkek",
380              "Asia/Brunei",
381              "Asia/Chita",
382              "Asia/Choibalsan",
383              "Asia/Colombo",
384              "Asia/Damascus",
385              "Asia/Dhaka",
386              "Asia/Dili",
387              "Asia/Dubai",
388              "Asia/Dushanbe",
389              "Asia/Gaza",
390              "Asia/Hebron",
391              "Asia/Ho_Chi_Minh",
392              "Asia/Hong_Kong",
393              "Asia/Hovd",
394              "Asia/Irkutsk",
395              "Asia/Jakarta",
396              "Asia/Jayapura",
397              "Asia/Jerusalem",
398              "Asia/Kabul",
399              "Asia/Kamchatka",
400              "Asia/Karachi",
401              "Asia/Kathmandu",
402              "Asia/Khandyga",
403              "Asia/Kolkata",
404              "Asia/Krasnoyarsk",
405              "Asia/Kuala_Lumpur",
406              "Asia/Kuching",
407              "Asia/Kuwait",
408              "Asia/Macau",
409              "Asia/Magadan",
410              "Asia/Makassar",
411              "Asia/Manila",
412              "Asia/Muscat",
413              "Asia/Nicosia",
414              "Asia/Novokuznetsk",
415              "Asia/Novosibirsk",
416              "Asia/Omsk",
417              "Asia/Oral",
418              "Asia/Phnom_Penh",
419              "Asia/Pontianak",
420              "Asia/Pyongyang",
421              "Asia/Qatar",
422              "Asia/Qyzylorda",
423              "Asia/Rangoon",
424              "Asia/Riyadh",
425              "Asia/Sakhalin",
426              "Asia/Samarkand",
427              "Asia/Seoul",
428              "Asia/Shanghai",
429              "Asia/Singapore",
430              "Asia/Srednekolymsk",
431              "Asia/Taipei",
432              "Asia/Tashkent",
433              "Asia/Tbilisi",
434              "Asia/Tehran",
435              "Asia/Thimphu",
436              "Asia/Tokyo",
437              "Asia/Ulaanbaatar",
438              "Asia/Urumqi",
439              "Asia/Ust-Nera",
440              "Asia/Vientiane",
441              "Asia/Vladivostok",
442              "Asia/Yakutsk",
443              "Asia/Yekaterinburg",
444              "Asia/Yerevan",
445              "Atlantic/Azores",
446              "Atlantic/Bermuda",
447              "Atlantic/Canary",
448              "Atlantic/Cape_Verde",
449              "Atlantic/Faroe",
450              "Atlantic/Madeira",
451              "Atlantic/Reykjavik",
452              "Atlantic/South_Georgia",
453              "Atlantic/St_Helena",
454              "Atlantic/Stanley",
455              "Australia/Adelaide",
456              "Australia/Brisbane",
457              "Australia/Broken_Hill",
458              "Australia/Currie",
459              "Australia/Darwin",
460              "Australia/Eucla",
461              "Australia/Hobart",
462              "Australia/Lindeman",
463              "Australia/Lord_Howe",
464              "Australia/Melbourne",
465              "Australia/Perth",
466              "Australia/Sydney",
467              "Europe/Amsterdam",
468              "Europe/Andorra",
469              "Europe/Athens",
470              "Europe/Belgrade",
471              "Europe/Berlin",
472              "Europe/Bratislava",
473              "Europe/Brussels",
474              "Europe/Bucharest",
475              "Europe/Budapest",
476              "Europe/Busingen",
477              "Europe/Chisinau",
478              "Europe/Copenhagen",
479              "Europe/Dublin",
480              "Europe/Gibraltar",
481              "Europe/Guernsey",
482              "Europe/Helsinki",
483              "Europe/Isle_of_Man",
484              "Europe/Istanbul",
485              "Europe/Jersey",
486              "Europe/Kaliningrad",
487              "Europe/Kiev",
488              "Europe/Lisbon",
489              "Europe/Ljubljana",
490              "Europe/London",
491              "Europe/Luxembourg",
492              "Europe/Madrid",
493              "Europe/Malta",
494              "Europe/Mariehamn",
495              "Europe/Minsk",
496              "Europe/Monaco",
497              "Europe/Moscow",
498              "Europe/Oslo",
499              "Europe/Paris",
500              "Europe/Podgorica",
501              "Europe/Prague",
502              "Europe/Riga",
503              "Europe/Rome",
504              "Europe/Samara",
505              "Europe/San_Marino",
506              "Europe/Sarajevo",
507              "Europe/Simferopol",
508              "Europe/Skopje",
509              "Europe/Sofia",
510              "Europe/Stockholm",
511              "Europe/Tallinn",
512              "Europe/Tirane",
513              "Europe/Uzhgorod",
514              "Europe/Vaduz",
515              "Europe/Vatican",
516              "Europe/Vienna",
517              "Europe/Vilnius",
518              "Europe/Volgograd",
519              "Europe/Warsaw",
520              "Europe/Zagreb",
521              "Europe/Zaporozhye",
522              "Europe/Zurich",
523              "Indian/Antananarivo",
524              "Indian/Chagos",
525              "Indian/Christmas",
526              "Indian/Cocos",
527              "Indian/Comoro",
528              "Indian/Kerguelen",
529              "Indian/Mahe",
530              "Indian/Maldives",
531              "Indian/Mauritius",
532              "Indian/Mayotte",
533              "Indian/Reunion",
534              "Pacific/Apia",
535              "Pacific/Auckland",
536              "Pacific/Bougainville",
537              "Pacific/Chatham",
538              "Pacific/Chuuk",
539              "Pacific/Easter",
540              "Pacific/Efate",
541              "Pacific/Enderbury",
542              "Pacific/Fakaofo",
543              "Pacific/Fiji",
544              "Pacific/Funafuti",
545              "Pacific/Galapagos",
546              "Pacific/Gambier",
547              "Pacific/Guadalcanal",
548              "Pacific/Guam",
549              "Pacific/Honolulu",
550              "Pacific/Johnston",
551              "Pacific/Kiritimati",
552              "Pacific/Kosrae",
553              "Pacific/Kwajalein",
554              "Pacific/Majuro",
555              "Pacific/Marquesas",
556              "Pacific/Midway",
557              "Pacific/Nauru",
558              "Pacific/Niue",
559              "Pacific/Norfolk",
560              "Pacific/Noumea",
561              "Pacific/Pago_Pago",
562              "Pacific/Palau",
563              "Pacific/Pitcairn",
564              "Pacific/Pohnpei",
565              "Pacific/Port_Moresby",
566              "Pacific/Rarotonga",
567              "Pacific/Saipan",
568              "Pacific/Tahiti",
569              "Pacific/Tarawa",
570              "Pacific/Tongatapu",
571              "Pacific/Wake",
572              "Pacific/Wallis",
573              "UTC"
574            ],
575            "type": "string",
576            "description": "Time Zone"
577          },
578          "locale": {
579            "title": "Locale",
580            "enum": [
581              "aa",
582              "ab",
583              "ae",
584              "af",
585              "ak",
586              "am",
587              "an",
588              "ar",
589              "ar_ae",
590              "ar_bh",
591              "ar_dz",
592              "ar_eg",
593              "ar_iq",
594              "ar_jo",
595              "ar_kw",
596              "ar_lb",
597              "ar_ly",
598              "ar_ma",
599              "ar_om",
600              "ar_qa",
601              "ar_sa",
602              "ar_sd",
603              "ar_sy",
604              "ar_tn",
605              "ar_ye",
606              "as",
607              "av",
608              "ay",
609              "az",
610              "ba",
611              "be",
612              "be_by",
613              "bg",
614              "bg_bg",
615              "bh",
616              "bi",
617              "bm",
618              "bn",
619              "bo",
620              "br",
621              "bs",
622              "ca",
623              "ca_es",
624              "ce",
625              "ch",
626              "co",
627              "cr",
628              "cs",
629              "cs_cz",
630              "cu",
631              "cv",
632              "cy",
633              "da",
634              "da_dk",
635              "de",
636              "de_at",
637              "de_ch",
638              "de_de",
639              "de_lu",
640              "dv",
641              "ee",
642              "el",
643              "el_cy",
644              "el_gr",
645              "en",
646              "en_au",
647              "en_ca",
648              "en_gb",
649              "en_ie",
650              "en_in",
651              "en_mt",
652              "en_nz",
653              "en_ph",
654              "en_sg",
655              "en_us",
656              "en_za",
657              "eo",
658              "es",
659              "es_ar",
660              "es_bo",
661              "es_cl",
662              "es_co",
663              "es_cr",
664              "es_do",
665              "es_ec",
666              "es_es",
667              "es_gt",
668              "es_hn",
669              "es_mx",
670              "es_ni",
671              "es_pa",
672              "es_pe",
673              "es_pr",
674              "es_py",
675              "es_sv",
676              "es_us",
677              "es_uy",
678              "es_ve",
679              "et",
680              "et_ee",
681              "eu",
682              "fa",
683              "ff",
684              "fi",
685              "fi_fi",
686              "fj",
687              "fo",
688              "fr",
689              "fr_be",
690              "fr_ca",
691              "fr_ch",
692              "fr_fr",
693              "fr_lu",
694              "fy",
695              "ga",
696              "ga_ie",
697              "gd",
698              "gl",
699              "gn",
700              "gu",
701              "gv",
702              "ha",
703              "he",
704              "hi",
705              "hi_in",
706              "ho",
707              "hr",
708              "hr_hr",
709              "ht",
710              "hu",
711              "hu_hu",
712              "hy",
713              "hz",
714              "ia",
715              "id",
716              "ie",
717              "ig",
718              "ii",
719              "ik",
720              "in",
721              "in_id",
722              "io",
723              "is",
724              "is_is",
725              "it",
726              "it_ch",
727              "it_it",
728              "iu",
729              "iw",
730              "iw_il",
731              "ja",
732              "ja_jp",
733              "jv",
734              "ka",
735              "kg",
736              "ki",
737              "kj",
738              "kk",
739              "kl",
740              "km",
741              "kn",
742              "ko",
743              "ko_kr",
744              "kr",
745              "ks",
746              "ku",
747              "kv",
748              "kw",
749              "ky",
750              "la",
751              "lb",
752              "lg",
753              "li",
754              "ln",
755              "lo",
756              "lt",
757              "lt_lt",
758              "lu",
759              "lv",
760              "lv_lv",
761              "mg",
762              "mh",
763              "mi",
764              "mk",
765              "mk_mk",
766              "ml",
767              "mn",
768              "mr",
769              "ms",
770              "ms_my",
771              "mt",
772              "mt_mt",
773              "my",
774              "na",
775              "nb",
776              "nd",
777              "ne",
778              "ng",
779              "nl",
780              "nl_be",
781              "nl_nl",
782              "nn",
783              "no",
784              "no_no",
785              "nr",
786              "nv",
787              "ny",
788              "oc",
789              "oj",
790              "om",
791              "or",
792              "os",
793              "pa",
794              "pi",
795              "pl",
796              "pl_pl",
797              "ps",
798              "pt",
799              "pt_br",
800              "pt_pt",
801              "qu",
802              "rm",
803              "rn",
804              "ro",
805              "ro_ro",
806              "ru",
807              "ru_ru",
808              "rw",
809              "sa",
810              "sc",
811              "sd",
812              "se",
813              "sg",
814              "si",
815              "sk",
816              "sk_sk",
817              "sl",
818              "sl_si",
819              "sm",
820              "sn",
821              "so",
822              "sq",
823              "sq_al",
824              "sr",
825              "sr_ba",
826              "sr_cs",
827              "sr_me",
828              "sr_rs",
829              "ss",
830              "st",
831              "su",
832              "sv",
833              "sv_se",
834              "sw",
835              "ta",
836              "te",
837              "tg",
838              "th",
839              "th_th",
840              "ti",
841              "tk",
842              "tl",
843              "tn",
844              "to",
845              "tr",
846              "tr_tr",
847              "ts",
848              "tt",
849              "tw",
850              "ty",
851              "ug",
852              "uk",
853              "uk_ua",
854              "ur",
855              "uz",
856              "ve",
857              "vi",
858              "vi_vn",
859              "vo",
860              "wa",
861              "wo",
862              "xh",
863              "yi",
864              "yo",
865              "za",
866              "zh",
867              "zh_cn",
868              "zh_hk",
869              "zh_sg",
870              "zh_tw"
871            ],
872            "type": "string",
873            "description": "Locale",
874            "default": "en"
875          },
876          "email": {
877            "title": "E-mail",
878            "type": "string",
879            "description": "E-mail"
880          },
881          "password": {
882            "title": "Password",
883            "type": "string",
884            "description": "Password"
885          },
886          "recursive": {
887            "title": "Includes Sub-pages",
888            "type": "boolean",
889            "description": "Include Sub-pages",
890            "default": false
891          },
892          "debugMode": {
893            "title": "Enable debug mode",
894            "type": "boolean",
895            "description": "Displat debug messages",
896            "default": false
897          },
898          "pdfFormat": {
899            "title": "PDF Page format",
900            "enum": [
901              "A4",
902              "A3",
903              "Letter",
904              "Legal",
905              "Tabloid"
906            ],
907            "type": "string",
908            "description": "PDF Page format",
909            "default": "Letter"
910          },
911          "proxy": {
912            "title": "Proxy Configuration",
913            "type": "object",
914            "description": "Proxy configuration"
915          },
916          "tokenV2": {
917            "title": "Token V2",
918            "type": "string",
919            "description": "Cookie token_v2 value"
920          },
921          "spaceId": {
922            "title": "Space ID",
923            "type": "string",
924            "description": "Space ID"
925          }
926        }
927      },
928      "runsResponseSchema": {
929        "type": "object",
930        "properties": {
931          "data": {
932            "type": "object",
933            "properties": {
934              "id": {
935                "type": "string"
936              },
937              "actId": {
938                "type": "string"
939              },
940              "userId": {
941                "type": "string"
942              },
943              "startedAt": {
944                "type": "string",
945                "format": "date-time",
946                "example": "2025-01-08T00:00:00.000Z"
947              },
948              "finishedAt": {
949                "type": "string",
950                "format": "date-time",
951                "example": "2025-01-08T00:00:00.000Z"
952              },
953              "status": {
954                "type": "string",
955                "example": "READY"
956              },
957              "meta": {
958                "type": "object",
959                "properties": {
960                  "origin": {
961                    "type": "string",
962                    "example": "API"
963                  },
964                  "userAgent": {
965                    "type": "string"
966                  }
967                }
968              },
969              "stats": {
970                "type": "object",
971                "properties": {
972                  "inputBodyLen": {
973                    "type": "integer",
974                    "example": 2000
975                  },
976                  "rebootCount": {
977                    "type": "integer",
978                    "example": 0
979                  },
980                  "restartCount": {
981                    "type": "integer",
982                    "example": 0
983                  },
984                  "resurrectCount": {
985                    "type": "integer",
986                    "example": 0
987                  },
988                  "computeUnits": {
989                    "type": "integer",
990                    "example": 0
991                  }
992                }
993              },
994              "options": {
995                "type": "object",
996                "properties": {
997                  "build": {
998                    "type": "string",
999                    "example": "latest"
1000                  },
1001                  "timeoutSecs": {
1002                    "type": "integer",
1003                    "example": 300
1004                  },
1005                  "memoryMbytes": {
1006                    "type": "integer",
1007                    "example": 1024
1008                  },
1009                  "diskMbytes": {
1010                    "type": "integer",
1011                    "example": 2048
1012                  }
1013                }
1014              },
1015              "buildId": {
1016                "type": "string"
1017              },
1018              "defaultKeyValueStoreId": {
1019                "type": "string"
1020              },
1021              "defaultDatasetId": {
1022                "type": "string"
1023              },
1024              "defaultRequestQueueId": {
1025                "type": "string"
1026              },
1027              "buildNumber": {
1028                "type": "string",
1029                "example": "1.0.0"
1030              },
1031              "containerUrl": {
1032                "type": "string"
1033              },
1034              "usage": {
1035                "type": "object",
1036                "properties": {
1037                  "ACTOR_COMPUTE_UNITS": {
1038                    "type": "integer",
1039                    "example": 0
1040                  },
1041                  "DATASET_READS": {
1042                    "type": "integer",
1043                    "example": 0
1044                  },
1045                  "DATASET_WRITES": {
1046                    "type": "integer",
1047                    "example": 0
1048                  },
1049                  "KEY_VALUE_STORE_READS": {
1050                    "type": "integer",
1051                    "example": 0
1052                  },
1053                  "KEY_VALUE_STORE_WRITES": {
1054                    "type": "integer",
1055                    "example": 1
1056                  },
1057                  "KEY_VALUE_STORE_LISTS": {
1058                    "type": "integer",
1059                    "example": 0
1060                  },
1061                  "REQUEST_QUEUE_READS": {
1062                    "type": "integer",
1063                    "example": 0
1064                  },
1065                  "REQUEST_QUEUE_WRITES": {
1066                    "type": "integer",
1067                    "example": 0
1068                  },
1069                  "DATA_TRANSFER_INTERNAL_GBYTES": {
1070                    "type": "integer",
1071                    "example": 0
1072                  },
1073                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
1074                    "type": "integer",
1075                    "example": 0
1076                  },
1077                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1078                    "type": "integer",
1079                    "example": 0
1080                  },
1081                  "PROXY_SERPS": {
1082                    "type": "integer",
1083                    "example": 0
1084                  }
1085                }
1086              },
1087              "usageTotalUsd": {
1088                "type": "number",
1089                "example": 0.00005
1090              },
1091              "usageUsd": {
1092                "type": "object",
1093                "properties": {
1094                  "ACTOR_COMPUTE_UNITS": {
1095                    "type": "integer",
1096                    "example": 0
1097                  },
1098                  "DATASET_READS": {
1099                    "type": "integer",
1100                    "example": 0
1101                  },
1102                  "DATASET_WRITES": {
1103                    "type": "integer",
1104                    "example": 0
1105                  },
1106                  "KEY_VALUE_STORE_READS": {
1107                    "type": "integer",
1108                    "example": 0
1109                  },
1110                  "KEY_VALUE_STORE_WRITES": {
1111                    "type": "number",
1112                    "example": 0.00005
1113                  },
1114                  "KEY_VALUE_STORE_LISTS": {
1115                    "type": "integer",
1116                    "example": 0
1117                  },
1118                  "REQUEST_QUEUE_READS": {
1119                    "type": "integer",
1120                    "example": 0
1121                  },
1122                  "REQUEST_QUEUE_WRITES": {
1123                    "type": "integer",
1124                    "example": 0
1125                  },
1126                  "DATA_TRANSFER_INTERNAL_GBYTES": {
1127                    "type": "integer",
1128                    "example": 0
1129                  },
1130                  "DATA_TRANSFER_EXTERNAL_GBYTES": {
1131                    "type": "integer",
1132                    "example": 0
1133                  },
1134                  "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
1135                    "type": "integer",
1136                    "example": 0
1137                  },
1138                  "PROXY_SERPS": {
1139                    "type": "integer",
1140                    "example": 0
1141                  }
1142                }
1143              }
1144            }
1145          }
1146        }
1147      }
1148    }
1149  }
1150}

Notion Automatic Backup OpenAPI definition

OpenAPI is a standard for designing and describing RESTful APIs, allowing developers to define API structure, endpoints, and data formats in a machine-readable way. It simplifies API development, integration, and documentation.

OpenAPI is effective when used with AI agents and GPTs by standardizing how these systems interact with various APIs, for reliable integrations and efficient communication.

By defining machine-readable API specifications, OpenAPI allows AI models like GPTs to understand and use varied data sources, improving accuracy. This accelerates development, reduces errors, and provides context-aware responses, making OpenAPI a core component for AI applications.

You can download the OpenAPI definitions for Notion Automatic Backup from the options below:

If you’d like to learn more about how OpenAPI powers GPTs, read our blog post.

You can also check out our other API clients:

Developer
Maintained by Community
Categories