Notebook Configuration
Supporting APIs
Notebook Configuration
Retrieves and returns the settings originally configured while initiating the report. Pass the notebook_id (report ID) to get all initial configuration attributes used when triggering the workflow.
POST
Notebook Configuration
Documentation Index
Fetch the complete documentation index at: https://docs.wokelo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Retrieves and returns the settings you originally configured while initiating the report.Endpoint Details
- Method: POST
- Endpoint:
api/wkl/notebook/configuration/
Authentication requirements
- Include a valid JWT token in your request header
- If you don’t have a token yet, you can get one from the
/auth/token/endpoint first.
Request
Request Parameters
Header Parameters
JWT token obtained from the Authentication request
Body Parameters
Report ID of the notebook for which the configuration is to be retrieved
Response
Successful response will contain all the initial configuration attributes added while triggering the workflow.Authorizations
JWT token obtained from the /auth/token/ endpoint.
Body
application/json
Report ID of the notebook for which the configuration is to be retrieved.
Example:
103737
Response
Notebook configuration retrieved successfully. Returns all initial configuration attributes used when the workflow was triggered.
All initial configuration attributes added while triggering the workflow.