DsarStatusResponse is a JSON Structure definition published by Amplitude, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amplitude/refs/heads/main/json-structure/dsar-api-dsar-status-response-structure.json",
"name": "DsarStatusResponse",
"description": "DsarStatusResponse schema from Amplitude Data Subject Access Request API",
"type": "object",
"properties": {
"request_id": {
"type": "string",
"description": "The unique identifier for the DSAR request."
},
"status": {
"type": "string",
"description": "The processing status of the request.",
"enum": [
"pending",
"processing",
"complete",
"failed"
]
},
"download_url": {
"type": "uri",
"description": "The URL to download the requested data. Only present when status is complete."
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.