Retrieves a list of posts authored by 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":"exclude","type":"array","required":false,"description":"The set of entities to exclude (e.g. 'replies' or 'retweets')."}, {"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."}
- Output summary
- Not available
- Billing
- 5 credits/result
- Freshness
- Not available
- Verification
- Not available