Retrieves a list of Posts that mention a specific User by their ID.
- Provider
- X Developer Platform
- Input summary
- {"name":"id","type":"string","required":true,"description":"The ID of the User to lookup."}, {"name":"since_id","type":"string","required":false,"description":"The minimum Post ID to be included in the result set. This parameter takes precedence over start_time if both are specified."}, {"name":"until_id","type":"string","required":false,"description":"The maximum Post ID to be included in the result set. This parameter takes precedence over end_time if both are specified."}, {"name":"max_results","type":"integer","required":false,"description":"The maximum number of results."}, {"name":"pagination_token","type":"string","required":false,"description":"This parameter is used to get the next 'page' of results."}, {"name":"start_time","type":"string","required":false,"description":"YYYY-MM-DDTHH:mm:ssZ. The earliest UTC timestamp from which the Posts will be provided. The since_id parameter takes precedence if it is also specified."}, {"name":"end_time","type":"string","required":false,"description":"YYYY-MM-DDTHH:mm:ssZ. The latest UTC timestamp to which the Posts will be provided. The until_id parameter takes precedence if it is also specified."}, {"name":"tweet.fields","type":"array","required":false,"description":"A comma separated list of Tweet fields to display."}
- Output summary
- Not available
- Billing
- 10 credits/result
- Freshness
- Not available
- Verification
- Not available