v1
latestOpenAPI 3.0.02026-07-17823107.7 KBEmail data as a Zip file of CSVs
Schedules an email to be sent to the authenticated user containing question data, forecast data, and optionally comments, scores, and key factors as a Zip file of CSVs. Useful for large data exports that may time out with a direct download. Accepts the same parameters as /api/data/download/. You must provide at least one of post_id, question_id, or project_id.
Note: This is a restricted endpoint. To request access, please fill out the Metaculus Data Needs Form. For questions or feedback, contact api-requests@metaculus.com. Additionally, the project_id parameter is only accepted if your account has been whitelisted for that specific project.
The email attachment has a size limit of 25 MB. If your export exceeds this limit, try removing include_comments to reduce the file size.
Request body
Response
Email scheduled successfully
Example response
{
"message": "Email scheduled to be sent"
}