Retrieves a count of all articles from a blog. Use when you need to know how many articles exist in a specific blog, optionally filtered by creation, publication, or update dates and publication status.
blog_idRequiredstringThe unique identifier for the blog whose articles should be counted.
created_at_maxstringCount only articles created at or before this ISO 8601 timestamp.
created_at_minstringCount only articles created at or after this ISO 8601 timestamp.
updated_at_maxstringCount only articles last updated at or before this ISO 8601 timestamp.
updated_at_minstringCount only articles last updated at or after this ISO 8601 timestamp.
published_at_maxstringCount only articles published at or before this ISO 8601 timestamp.
published_at_minstringCount only articles published at or after this ISO 8601 timestamp.
published_statusstringFilter by publication status. 'published' returns only published articles, 'unpublished' returns only unpublished articles, 'any' returns all articles regardless of status. Defaults to 'any' if not specified.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.