Get activity items
get_activity_itemsRetrieve full activity details for 1–100 rows in a single API call. Returns section-specific content omitted by list_activities, with not_found for unresolved IDs.
Instructions
Wraps GET /activity/items. Returns the full payload for one or more activity rows — the section-specific detail (full blog description, key points, pricing table, etc.) that the list_activities feed omits to stay lean.
Pass a list of row ids from a list_activities result (1–100). Resolving several at once is one call / one rate-limit hit — prefer it over many single lookups.
Partial success is normal: ids that don't resolve (unknown, in another workspace, from an inactive period, or malformed) come back in not_found, not as an error. data order is not guaranteed — match results back by id.
Digest ids are NOT activity rows: they land in not_found. Use get_digest for those.
Errors: unauthorized, rate_limited, invalid_parameter (no ids / too many).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| row_uuids | Yes | 1–100 activity row ids to resolve in one batch. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| not_found | Yes |