Tool to list action runs for a specific integration of a bot. Use when you need to retrieve execution history of actions for a bot's integration, optionally filtering by timestamp range and paginating through results.
idRequiredstringUnique identifier (UUID) of the bot to list action runs for. Obtain this from a list bots operation.
nextTokenstringPagination token from previous response. Provide the meta.nextToken value from the last API response to retrieve the next page of results.
timestampFromstringStart timestamp (inclusive) to filter action runs. Format: ISO 8601 timestamp.
timestampUntilstringEnd timestamp (inclusive) to filter action runs. Format: ISO 8601 timestamp.
x-workspace-idRequiredstringWorkspace ID header. Required for authentication and authorization.
integrationNameRequiredstringName of the integration to filter action runs by. Required parameter.
x-multiple-integrationsstringWhether the client supports bots with multiple instances of the same integration. Set to 'true' to receive integration instances keyed by their alias instead of their id. This header will be removed in the future, and the API will always return multiple instances keyed by alias.
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
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.