v1

latestOpenAPI 3.0.3MIT2026-07-17403684.7 KB
Source

Trigger a retrieval of the content for the specified source

post/sources/{id}/retrieve

Response

OK

bucketstring

S3 bucket name where the source content was stored

keystring

S3 key of the source content

upload_idstring

Upload ID correpsonding to this retrieval

Example response

{
  "bucket": "sources-raw",
  "key": "some/s3/key/content.json",
  "upload_id": "5f06d810d261423384c9aeb4"
}