Generate a Raw Incoming Post export
Details
Runs a Raw Incoming Post 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 Raw Incoming Post export cannot contain the content of incoming tweets.
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.
All arguments are case-sensitive.
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.