FullStory

FullStory provides digital experience analytics APIs for managing users, events, sessions, exports, recording settings, privacy rules, and related organization data.

30 actions Integration catalog
Request access
Connect FullStory once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Cancel OperationFULLSTORY_CANCEL_OPERATION
Irreversibly request cancellation of a cancelable in-progress FullStory operation, currently intended for segment exports. Confirm the operation before calling because a successful cancellation request cannot be undone.
Create AnnotationFULLSTORY_CREATE_ANNOTATION
Add a persistent annotation to the FullStory timeline for a point or time range. Warning: FullStory provides no matching delete endpoint, so a successful call cannot be cleaned up through this API.
Create Element BlockFULLSTORY_CREATE_ELEMENT_BLOCK
Create a beta FullStory element recording or masking rule. Requires an Admin API key. Privacy-critical: an incorrect selector, UNMASK action, or live scope can expose sensitive data, while EXCLUDE or MASK can suppress useful recording. Review every field and prefer preview scope before calling.
Create Extraction RuleFULLSTORY_CREATE_EXTRACTION_RULE
Create and immediately activate one FullStory beta extraction rule using the provider's nested rule, source, and mapping contract. Extraction can capture sensitive element, URL, header, or body values and can materially increase collected data volume. Archiving later only stops future capture; it does not erase data already collected. Review selectors, network filters, mapping targets, property scope, and privacy policy before calling. The beta contract may change without notice. Requires an Architect or Admin API key.
Delete Element BlockFULLSTORY_DELETE_ELEMENT_BLOCK
Permanently delete a custom FullStory privacy element-block rule. This is irreversible: removing a block or mask can expose sensitive content in future recordings. Confirm the exact custom rule first; built-in rules cannot be deleted. This API is in beta and may change without notice.
Delete User DataFULLSTORY_DELETE_USER_DATA
Permanently delete a FullStory user and their associated data by FullStory-generated ID. This is an irreversible privacy mutation; confirm the target before calling.
Get FullStory AccountFULLSTORY_GET_ACCOUNT
Validate the connected API key and return its FullStory organization, identity, and API-key role. Do not use the role to infer paid product entitlements.
Get Element BlockFULLSTORY_GET_ELEMENT_BLOCK
Get one FullStory privacy element-block rule by ID, including its exact selector source, recording or masking operation, platforms, and editability. Warning: this exposes privacy-sensitive recording configuration. This API is in beta; functionality and documentation are subject to breaking change without notification.
Get Extraction RuleFULLSTORY_GET_EXTRACTION_RULE
Get one FullStory beta extraction rule by ID, including its archive state and complete nested source and mappings.
Get Import StatusFULLSTORY_GET_IMPORT_STATUS
Get status and success/error counts for an asynchronous FullStory event or user import job.
Get OperationFULLSTORY_GET_OPERATION
Get detailed status, progress, operation-specific results, and failure details for one asynchronous FullStory operation.
Get Organization QuotasFULLSTORY_GET_ORGANIZATION_QUOTAS
Return current FullStory session and server-event quota usage, limits, and quota periods.
Get Recording SettingsFULLSTORY_GET_RECORDING_SETTINGS
Get one current FullStory recording-settings category. Privacy settings may contain sensitive configuration and large built-in rule sets; the complete provider response is preserved.
Get SegmentFULLSTORY_GET_SEGMENT
Get metadata and the FullStory app URL for one segment.
Get UserFULLSTORY_GET_USER
Retrieve one user by FullStory-generated user ID, including profile fields and a FullStory app link.
Import EventsFULLSTORY_IMPORT_EVENTS
Start an asynchronous import of 1 to 50,000 server events. This permanently adds analytics data; use an idempotency key when retrying.
Import UsersFULLSTORY_IMPORT_USERS
Start an asynchronous upsert import of 1 to 50,000 users. This mutates personal profile data.
List DatasetsFULLSTORY_LIST_DATASETS
List beta datasets readable by the connected FullStory organization.
List Element BlocksFULLSTORY_LIST_ELEMENT_BLOCKS
Return one page of custom and built-in FullStory privacy element-block rules. These rules determine what FullStory records or masks.
List Extraction RulesFULLSTORY_LIST_EXTRACTION_RULES
List all FullStory beta extraction rules matching one required scope and optional filters, together with current active-rule usage and limits.
List Import RecordsFULLSTORY_LIST_IMPORT_RECORDS
Return one page of successful or failed records from a FullStory event or user import job, including failure details when requested.
List OperationsFULLSTORY_LIST_OPERATIONS
Return one page of asynchronous FullStory operations, optionally filtered by state or type.
List Recording Settings HistoryFULLSTORY_LIST_RECORDING_SETTINGS_HISTORY
Return one page of historical FullStory recording settings for blocking, domain, geo, privacy, features, or targeting. Privacy history requires an Architect-level API key; the other categories require Standard or higher.
List SegmentsFULLSTORY_LIST_SEGMENTS
Return one page of FullStory segments, optionally filtered by creator.
List SessionsFULLSTORY_LIST_SESSIONS
Find recent FullStory session replay links by application UID, email, or exact session UID. Provide at least one selector; session_uid cannot be combined with uid or email. This is a filtered single-page lookup, not an unfiltered or paginated list; a no-match 404 returns an empty sessions list.
Search UsersFULLSTORY_SEARCH_USERS
Find FullStory users by UID, email, display name, or identification state. Provide at least one of uid, email, display_name, or is_identified. A no-match 404 is returned as an empty result page.
Set Extraction Rule ArchivedFULLSTORY_SET_EXTRACTION_RULE_ARCHIVED
Archive a FullStory beta extraction rule to stop future capture, or unarchive it to resume capture. Warning: this changes collection behavior immediately. Archiving does not erase data already collected, and data not captured while the rule is archived cannot be recovered by unarchiving. Confirm the rule ID and intended state before calling. Requires an Architect or Admin API key.
Update Element BlockFULLSTORY_UPDATE_ELEMENT_BLOCK
Fully replace an editable beta FullStory element recording or masking rule. Requires an Admin API key. This is an irreversible privacy configuration update, not a patch: read the existing rule first and provide every required replacement field. An incorrect selector, UNMASK action, or live scope can expose sensitive data, while EXCLUDE or MASK can suppress desired recording.
Update Extraction RuleFULLSTORY_UPDATE_EXTRACTION_RULE
Partially update a FullStory beta extraction rule using last-write-wins semantics. Provide at least one of name, description, source, or mappings. Omitted fields remain unchanged; read the current rule first. Warning: changing a rule's source or mappings changes what FullStory captures and may affect privacy, downstream analytics, and data volume.
Upsert UserFULLSTORY_UPSERT_USER
Create or update one FullStory user. Supplying fullstory_user_id updates that record; otherwise uid identifies an upsert. This mutates personal profile data.