API ReferencePrivacy Requests

Download a completed export artifact

Download the JSON export artifact for a completed export request. Requires an organization-scoped API token with privacy_requests:read. Artifacts expire after a retention window; expired downloads return 410.

GET
/privacy-requests/{id}/download
AuthorizationBearer <token>

Organization API Token (prefixed sk_) sent as Authorization: Bearer sk_.... Create one in Settings and grant it scopes. Server-side only.

In: header

Path Parameters

idstring

The id of the export request.

Response Body

curl -X GET "https://api.logspot.io/v1/privacy-requests/string/download"
Empty
Empty
Empty
Empty
Empty