Skip to content

Commit 7377ec3

Browse files
authored
Merge pull request #601 from AdobeDocs/download-limit
Update index.md
2 parents 8adddf5 + 98fd33d commit 7377ec3

File tree

1 file changed

+8
-0
lines changed
  • src/pages/guides/endpoints/classifications

1 file changed

+8
-0
lines changed

src/pages/guides/endpoints/classifications/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,10 @@ The response includes the classification data in the format specified with the e
418418

419419
Use this endpoint to retrieve a list of file parts partitioned from a complete classification file belonging to an existing job. The individual file parts returned may be used in the [GET classification export job file part](#get-classification-export-job-file-part) endpoint to be exported. For more information on classification data, see [Classification data files](https://experienceleague.adobe.com/en/docs/analytics/components/classifications/classifications-importer/c-saint-data-files).
420420

421+
<InlineAlert variant="info" slots="text" />
422+
423+
Downloads for export files are only available for jobs that have completed within the previous seven days.
424+
421425
`GET https://analytics.adobe.io/api/{GLOBAL_COMPANY_ID}/classifications/job/export/file/{JOB_ID}/list`
422426

423427
### Request and Response Examples
@@ -480,6 +484,10 @@ The following table describes the classification job file partition list respons
480484

481485
Use this endpoint to retrieve a part of a complete classification data file. The [GET classification job file partition list](#get-classification-job-file-partition-list) endpoint may be used to retrieve the file names required for this endpoint. For more information on classification data, see [Classification data files](https://experienceleague.adobe.com/en/docs/analytics/components/classifications/classifications-importer/c-saint-data-files).
482486

487+
<InlineAlert variant="info" slots="text" />
488+
489+
Downloads for export files are only available for jobs that have completed within the previous seven days
490+
483491
`GET https://analytics.adobe.io/api/{GLOBAL_COMPANY_ID}/classifications/job/export/file/{JOB_ID}/{FILE_NAME}`
484492

485493
### Request and Response Examples

0 commit comments

Comments
 (0)