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/json for the response with the status 429

      response-media-type-added