Pulse Talent icon

Pulse Talent

Talent resource from Pulse API

Overview

The "Get Quizz Session" operation in the "Talent Quizz Sessions" resource retrieves detailed information about a specific quiz session from the Pulse API. This node is useful when you want to fetch data about an individual quiz session, such as its status, assigned quizzes, participants, or results.

Practical scenarios include:

  • Monitoring the progress or status of a particular quiz session.
  • Fetching quiz session details for reporting or analytics.
  • Integrating quiz session data into workflows that trigger actions based on quiz completion or results.

Properties

Name Meaning
Session ID * The unique identifier of the quiz session to retrieve. This is a required string input.
Include Optional resources to include in the response. Currently supports including "Quizzes".

Output

The output JSON contains the detailed data of the requested quiz session. This typically includes fields such as session metadata, status, assigned quizzes (if included), participant information, and other relevant session details as provided by the Pulse API.

If the "Include" property is set to include "Quizzes", the output will also contain embedded quiz data related to the session.

No binary data output is indicated for this operation.

Dependencies

  • Requires an active connection to the Pulse API via an API key credential configured in n8n.
  • The node depends on the Pulse API helper utilities bundled with the node implementation to perform authenticated requests.
  • Proper network access to the Pulse API endpoints is necessary.

Troubleshooting

  • Common issues:

    • Invalid or missing Session ID: The node requires a valid session ID; ensure it is correctly provided.
    • API authentication errors: Verify that the API key credential is correctly configured and has sufficient permissions.
    • Network connectivity problems: Ensure the n8n instance can reach the Pulse API servers.
  • Error messages:

    • "The operation "getQuizzSessionById" is not supported for resource "quizzSessions"!" — This indicates a misconfiguration or typo in the operation name.
    • Errors returned from the API (e.g., "Session not found") should be handled by checking the session ID validity.
  • To resolve errors, confirm all input parameters, credentials, and network settings are correct.

Links and References

Discussion