Collections
Lookup collection contents
Retrieve the contents of a collection (the data from when you created or updated a collection). Each row in the collection is represented as a JSON blob in the response.
get/v1/collections/{collection_id}/content
Response
Returns your collection's contents—the data (or url contents) from your POST or PUT call.
object required
Changes
Changed in 1 of the 2 revisions of this API.1
- ○
added the media type
application/jsonfor the response with the status429response-media-type-added
- ○