Content
Get Contents by User Account
Fetches a list of content items (posts, videos, etc.) for a given user account.
This tool is part of the Content Tools category.
Parameters
Name | Type | Required | Description |
---|---|---|---|
user_account_id | string | Yes | The ID of the user account to get content for |
limit | number | No | Maximum number of content items to return |
Example Request
Example Response
Usage Notes
- Only content items belonging to the specified user account and tenant will be returned.
- Use the
limit
parameter to control pagination.
See the Content Tools for more tools in this category.