Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Type of Compliance Job to list.
사용 가능한 옵션:
tweets, users Status of Compliance Job to list.
사용 가능한 옵션:
created, in_progress, failed, complete A comma separated list of ComplianceJob fields to display.
Minimum length:
1Example:
[
"created_at",
"download_expires_at",
"download_url",
"id",
"name",
"resumable",
"status",
"type",
"upload_expires_at",
"upload_url"
]