h2oGPTe icon

h2oGPTe

h2oGPTe is an AI-powered search assistant for your internal teams to answer questions gleaned from large volumes of documents, websites and workplace content.

Actions198

Overview

This node operation fetches recent document summaries, extractions, or transformations for a specified document. It is useful when you want to retrieve the latest processed information related to a document, such as summaries generated by AI models or other extracted data. Typical use cases include reviewing document insights, monitoring updates on document processing, or integrating document metadata into workflows.

For example, if you have a document repository and want to display or analyze the most recent summaries or extracted content from a particular document, this operation allows you to efficiently query that data.

Properties

Name Meaning
Document ID The unique identifier of the document to filter the summaries/extractions/transformations by. This is required.
Additional Options Optional parameters to control pagination:
- Offset: Number of summaries to skip before returning results.
- Limit: Maximum number of results to return (minimum 1, default 50).

Output

The output contains a JSON array of recent summaries, extractions, or transformations related to the specified document. Each item in the array represents a processed summary or extraction result associated with the document.

  • The json field includes detailed information about each summary or extraction, such as its content, metadata, timestamps, and identifiers.
  • There is no indication that binary data is returned by this operation.

Dependencies

  • Requires an API key credential for authentication to the external service.
  • The base URL for API requests is configured via credentials and typically points to the service's API endpoint.
  • No additional external dependencies are indicated.

Troubleshooting

  • Missing or invalid Document ID: Ensure the Document ID is provided and correctly formatted; otherwise, the request will fail.
  • API authentication errors: Verify that the API key credential is valid and has sufficient permissions.
  • Pagination issues: If too many results are requested or offset is set beyond available data, the response may be empty.
  • Timeouts or network errors: Check network connectivity and API server status if requests time out or fail.

Links and References

  • Refer to the API documentation of the connected service for details on document summaries and extraction endpoints.
  • Consult the n8n documentation on configuring API key credentials and HTTP request nodes for integration setup.

Discussion