lookupJobs abstract method
Returns a list of recent compliance jobs.
Parameters
-
jobType
: Allows to filter by job type - either by tweets or user ID. Only one filter (tweets or users) can be specified per request. -
jobStatus
: Allows to filter by job status. Only one filter can be specified per request. Default:all
.
Endpoint Url
Authentication Methods
- OAuth 2.0 App-only
Rate Limits
- App rate limit (OAuth 2.0 App Access Token): 150 requests per 15-minute window shared among all users of your app
Reference
Implementation
Future<TwitterResponse<List<BatchComplianceData>, void>> lookupJobs(
{required JobType jobType, JobStatus? jobStatus});