Retrieve a block.

External Documentation

To learn more, visit the Notion documentation.

Parameters

ParameterDescription
Block IDThe identifier of the required Notion block.

Example Output

{
	"object": "<string>",
	"id": "<string>",
	"parent": {
		"type": "<string>",
		"workspace": true
	},
	"created_time": "2013-12-03T08:11:15.435Z",
	"last_edited_time": "2005-01-07T07:49:55.550Z",
	"created_by": {
		"object": "<string>",
		"id": "<string>"
	},
	"last_edited_by": {
		"object": "<string>",
		"id": "<string>"
	},
	"has_children": false,
	"archived": false,
	"in_trash": false,
	"type": "<string>",
	"child_database": {
		"title": "<string>"
	},
	"request_id": "<string>"
}

Workflow Library Example

Get Block with Notion and Send Results Via Email

Preview this Workflow on desktop