Skip to content

Commit 7a61737

Browse files
Automated build docs: 2025-06-16 10:08:19
1 parent 0a17639 commit 7a61737

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

defs/asana_oas.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31106,10 +31106,12 @@ paths:
3110631106
/exports/graph:
3110731107
post:
3110831108
summary: Initiate graph export
31109-
description: >-
31109+
description: |-
3111031110
Initiates a graph export job for a given parent object
3111131111
(team, portfolio, or project). The export will be processed asynchronously.
3111231112
Once initiated, use the [jobs](/reference/getjob) endpoint to monitor progress.
31113+
31114+
**Export Caching:** When exporting more than 1,000 tasks, the results are cached for 4 hours. Any new export requests made within this 4-hour window will return the same cached results rather than generating a fresh export.
3111331115
tags:
3111431116
- Exports
3111531117
operationId: createGraphExport

defs/asana_sdk_oas.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47282,10 +47282,12 @@ paths:
4728247282
/exports/graph:
4728347283
post:
4728447284
summary: Initiate graph export
47285-
description: >-
47285+
description: |-
4728647286
Initiates a graph export job for a given parent object
4728747287
(team, portfolio, or project). The export will be processed asynchronously.
4728847288
Once initiated, use the [jobs](/reference/getjob) endpoint to monitor progress.
47289+
47290+
**Export Caching:** When exporting more than 1,000 tasks, the results are cached for 4 hours. Any new export requests made within this 4-hour window will return the same cached results rather than generating a fresh export.
4728947291
tags:
4729047292
- Exports
4729147293
operationId: createGraphExport

0 commit comments

Comments
 (0)