Skip to main content
POST
/
api
/
wkl
/
notebook
/
configuration
Notebook Configuration
curl --request POST \
  --url https://api.wokelo.ai/api/wkl/notebook/configuration/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "notebook_id": 103737
}
'
{}

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

Authorization
string
required
JWT token obtained from the Authentication request

Body Parameters

notebook_id
integer
required
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

Authorization
string
header
required

JWT token obtained from the /auth/token/ endpoint.

Body

application/json
notebook_id
integer
required

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.