Overview
Retrieve the details and results of a specific note template job using its unique identifier. This endpoint returns the current status of the job and any available results, supporting both generation and refinement jobs.Path Parameters
The unique identifier of the note template job to retrieve
Response
The note template job object with current status and results
Status Codes
Note template job retrieved successfully
Invalid or missing API key
Note template job with the specified ID was not found
Server error occurred while retrieving the job
Polling for Results
Since note template jobs are processed asynchronously, you may need to poll this endpoint periodically to check for completion:Understanding the Results
Template Structure
The generated template includes:- Sections: Organized structure based on your notes
- Prompts: AI-generated prompts for each section
- Types: Section types (text, list, structured) based on content patterns
Analysis Insights
The insights provide valuable information about your documentation patterns:- Common Headings: Most frequently used section headers
- Style Analysis: Your writing tone and detail preferences
- Statistics: Quantitative analysis of your notes
Using the Results
Generation Jobs: Once a template is generated, you can:- Import the template into your documentation system
- Customize sections and prompts as needed
- Use it as a starting point for similar note types
- Analyze the insights to understand your documentation patterns
- Replace your existing template with the refined version
- Review the refinement analysis to understand what changed
- Use the quality metrics to assess improvement
- Further refine if needed based on the analysis
Webhook Integration
For production use, consider setting up webhooks instead of polling:Related Endpoints
- Create Note Template - Create a new template job
- Delete Note Template - Delete a template job