Retrieves a database object using the ID specified in the request path.

External Documentation

To learn more, visit the Notion documentation.

Parameters

ParameterDescription
Database IDThe ID of the database you want to retrieve.
Note: Only databases with titles will appear in the autofill. If the relevant database name does not appear, manually add it’s ID instead.
The ID can be found in the suffix of the database’s web link, e.g. the database in link https://www.notion.so/d132f3904fbc45329chjc7b1d52661e5 will have the id d132f3904fbc45329chjc7b1d52661e5.

Example Output

{
	"object": "<string>",
	"id": "<string>",
	"cover": {
		"type": "<string>",
		"external": {
			"url": "<string>"
		}
	},
	"icon": {
		"type": "<string>",
		"emoji": "<string>"
	},
	"created_time": "2023-02-06T16:58:33.347Z",
	"created_by": {
		"object": "<string>",
		"id": "<string>"
	},
	"last_edited_by": {
		"object": "<string>",
		"id": "<string>"
	},
	"last_edited_time": "2007-02-18T03:47:13.622Z",
	"title": [
		{
			"type": "<string>",
			"text": {
				"content": "<string>",
				"link": null
			},
			"annotations": {
				"bold": false,
				"italic": false,
				"strikethrough": false,
				"underline": false,
				"code": false,
				"color": "<string>"
			},
			"plain_text": "<string>",
			"href": null
		}
	],
	"description": [],
	"is_inline": false,
	"properties": {
		"user": {
			"id": "<string>",
			"name": "<string>",
			"type": "<string>",
			"rich_text": {}
		},
		"status": {
			"id": "<string>",
			"name": "<string>",
			"type": "<string>",
			"rich_text": {}
		},
		"channel name": {
			"id": "<string>",
			"name": "<string>",
			"type": "<string>",
			"title": {}
		}
	},
	"parent": {
		"type": "<string>",
		"page_id": "<string>"
	},
	"url": "<string>",
	"public_url": null,
	"archived": false,
	"in_trash": false,
	"request_id": "<string>"
}

Workflow Library Example

Get Database with Notion and Send Results Via Email

Preview this Workflow on desktop