COF-C02 · Question #290
Which REST API can be used with unstructured data?
The correct answer is C. GET /api/tiles/. The GET /api/files/ endpoint (C) is the Snowflake REST API path used to access unstructured data stored in stages. This endpoint allows clients to download staged files directly via HTTP, enabling use cases like serving unstructured files (images, PDFs, JSON blobs) from…
Question
Which REST API can be used with unstructured data?
Options
- AinscrtFilcs
- BinsertReport
- CGET /api/tiles/
- DloadHistoryScan
How the community answered
(23 responses)- A4% (1)
- B4% (1)
- C91% (21)
Explanation
The GET /api/files/ endpoint (C) is the Snowflake REST API path used to access unstructured data stored in stages. This endpoint allows clients to download staged files directly via HTTP, enabling use cases like serving unstructured files (images, PDFs, JSON blobs) from Snowflake-managed storage without first loading them into tables. The other options (insertFiles, insertReport, loadHistoryScan) either reference non-existent endpoints or relate to data ingestion/reporting, not unstructured data retrieval.
Topics
Community Discussion
No community discussion yet for this question.