Skip to main content
GET
Get parsed metadata for a notebook

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

s3_key
string
required

Response

Metadata returned successfully.

Parsed notebook structure, detected I/O, and inferred pipeline config.

s3_key
string
required

Object key under the notebooks bucket.

owner
string
required

Owner username extracted from the S3 path prefix.

size_bytes
integer
required

Size of the notebook in bytes.

last_modified
string<date-time>
required

S3 LastModified timestamp.

config
NotebookConfig · object
required

Config parsed from the nx1:config cell. Defaults if absent.

tasks
NotebookTask · object[]

Tasks detected from nx1:task:* tags. Empty list means single-task pipeline.

inputs
NotebookInput · object[]

Detected inputs.

outputs
NotebookOutput · object[]

Detected outputs.

framework
string | null

Detected primary framework: spark | pandas | pytorch | sklearn | ... (None if not detected).

warnings
string[]

Static-analysis gaps or unresolved patterns to surface to the user.