action notion_retrieve_adatabase { label: "Retrieve a database" description: "Retrieves a database object using the ID specified in the request path. " provider: notion method: GET path: "/v1/databases/{id}" encoding: json input: { type: "object" properties: { "Notion-Version": { type: "string" } } additionalProperties: false } output: { type: "object" properties: { archived: { type: "boolean" } cover: { type: "object" } created_by: { type: "object" properties: { id: { type: "string" } object: { type: "string" } } } created_time: { type: "string" } icon: { type: "object" } id: { type: "string" } last_edited_by: { type: "object" properties: { id: { type: "string" } object: { type: "string" } } } last_edited_time: { type: "string" } object: { type: "string" } parent: { type: "object" properties: { page_id: { type: "string" } type: { type: "string" } } } properties: { type: "object" properties: { Author: { type: "object" properties: { id: { type: "string" } multi_select: { type: "object" properties: { options: { type: "array" items: { type: "object" properties: { color: { type: "string" } id: { type: "string" } name: { type: "string" } } } } } } name: { type: "string" } type: { type: "string" } } } Link: { type: "object" properties: { id: { type: "string" } name: { type: "string" } type: { type: "string" } url: { type: "object" properties: {} } } } Name: { type: "object" properties: { id: { type: "string" } name: { type: "string" } title: { type: "object" properties: {} } type: { type: "string" } } } Publisher: { type: "object" properties: { id: { type: "string" } name: { type: "string" } select: { type: "object" properties: { options: { type: "array" items: { type: "object" properties: { color: { type: "string" } id: { type: "string" } name: { type: "string" } } } } } } type: { type: "string" } } } "Publishing/Release Date": { type: "object" properties: { date: { type: "object" properties: {} } id: { type: "string" } name: { type: "string" } type: { type: "string" } } } Read: { type: "object" properties: { checkbox: { type: "object" properties: {} } id: { type: "string" } name: { type: "string" } type: { type: "string" } } } "Score /5": { type: "object" properties: { id: { type: "string" } name: { type: "string" } select: { type: "object" properties: { options: { type: "array" items: { type: "object" properties: { color: { type: "string" } id: { type: "string" } name: { type: "string" } } } } } } type: { type: "string" } } } Status: { type: "object" properties: { id: { type: "string" } name: { type: "string" } select: { type: "object" properties: { options: { type: "array" items: { type: "object" properties: { color: { type: "string" } id: { type: "string" } name: { type: "string" } } } } } } type: { type: "string" } } } Summary: { type: "object" properties: { id: { type: "string" } name: { type: "string" } rich_text: { type: "object" properties: {} } type: { type: "string" } } } Type: { type: "object" properties: { id: { type: "string" } name: { type: "string" } select: { type: "object" properties: { options: { type: "array" items: { type: "object" properties: { color: { type: "string" } id: { type: "string" } name: { type: "string" } } } } } } type: { type: "string" } } } } } title: { type: "array" items: { type: "object" properties: { annotations: { type: "object" properties: { bold: { type: "boolean" } code: { type: "boolean" } color: { type: "string" } italic: { type: "boolean" } strikethrough: { type: "boolean" } underline: { type: "boolean" } } } href: { type: "object" } plain_text: { type: "string" } text: { type: "object" properties: { content: { type: "string" } link: { type: "object" } } } type: { type: "string" } } } } url: { type: "string" } } } }