Overview
This node retrieves a specific subtitle generation transaction by its ID from an external API. It is useful for workflows that need to fetch detailed information about a particular subtitle generation process, such as verifying the status or results of a transaction.
Use Case Examples
- A user wants to check the status of a subtitle generation request by providing the transaction ID.
- A workflow automatically fetches subtitle transaction details to process or log the results.
Properties
| Name | Meaning |
|---|---|
| Transaction ID | The ID of the transaction to retrieve, used to specify which subtitle generation transaction to fetch from the API. |
Output
JSON
json- The JSON object containing the transaction details retrieved from the API. If the transaction is not found, the output may contain an error message.
Dependencies
- An API key credential for the external subtitle generation service, used for authentication in the HTTP request.
Troubleshooting
- If the transaction ID is invalid or not found, the node may throw an error or return an error message in the output JSON.
- If the API key credential is missing or incorrect, the HTTP request will fail with an authentication error.
- Network issues or incorrect base URL configuration can cause request failures.