Create raw combined export

Generate a Raw Combined export

Details

Runs a Raw Combined export. See Analytics Reports API quickstart for more details.

📘

Note

Due to Twitter’s Terms of Service (Section 6b) the results returned by the API for the "Content" field in the Raw Combined Export's Incoming Post rows can not contain the content of incoming tweets.

To fetch twitter content, after downloading the Raw Combined Export you can use the External ID to call Twitter's APIs to fetch the tweet content.

All arguments are case-sensitive.

All fields in exports are of the datatype String and have a field length of unbounded. Times will be formatted per the Company setting OR the Locale that the user specifies when running the export.

The workflowId and the runId in the response are unique IDs specific to this export job. The IDs are used by the /reports/report/workflowId/runId/status and /reports/report/workflowId/runId/download endpoints to check the status of an export job and to download it.

Make a GET request to the /reports/report/<workflowId>/<runId>/status endpoint as shown in the statusUrl field to check the status of the job. When the result.runnerState is CLOSED and result.detail is COMPLETED in the response to /reports/report/<workflowId>/<runId>/status, you are ready to run the endpoint in the downloadUrl. An empty value for downloadUrl indicates that the export has not ready.

Make a GET request to the /reports/report/workflowId/runId/download endpoint as shown in the downloadUrl field to download the export locally.

See Using timezone with timezoneOffset when making a request with these parameters.

See Define columns to return in an export to learn how to specify a limited set of columns to return in the export.

Language