ReportLinkResponse is a JSON Structure definition published by Doordash, describing 6 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/doordash/refs/heads/main/json-structure/doordash-report-link-response-structure.json",
"name": "ReportLinkResponse",
"description": "ReportLinkResponse structure from DoorDash API",
"type": "object",
"properties": {
"report_id": {
"type": "string",
"description": "The unique identifier for the report.",
"example": "D-12345"
},
"status": {
"type": "string",
"description": "The current processing status of the report.",
"enum": [
"PENDING",
"PROCESSING",
"SUCCEEDED",
"FAILED"
],
"example": "PENDING"
},
"download_url": {
"type": "uri",
"description": "A temporary URL to download the report. Only present when status is SUCCEEDED.",
"example": "https://example.com/path/abc123"
},
"report_type": {
"type": "string",
"description": "The type of report that was generated.",
"enum": [
"financial",
"operations",
"menu",
"feedback"
],
"example": "financial"
},
"created_at": {
"type": "datetime",
"description": "When the report request was created.",
"example": "2026-06-02T14:30:00Z"
},
"completed_at": {
"type": "datetime",
"description": "When the report generation was completed. Only present when status is SUCCEEDED.",
"example": "2026-06-02T14:30:00Z"
}
}
}
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.