# Notion - Get record details by ID action
The Get record details by ID action retrieves data about an object in Notion.
# Input
Field | Description |
---|---|
Object | Select the type of object to retrieve. |
Pages | Select the page to retrieve details from. |
Databases | Select the database to retrieve data from. |
Block ID | Provide the internal ID of the block to retrieve. |
# Output
Field | Description |
---|---|
Object | The type of object retrieved. |
Page ID | The unique identifier of the retrieved page. |
Created time | The timestamp when the object was created. |
Last edited time | The timestamp when the object was last updated. |
Created by | Contains information about the user who created the object, such as their User ID and the Object type. |
Last edited by | Contains information about the user who last updated the object, such as their User ID and the Object type. |
Cover | Contains information about the retrieved object's cover, such as its Type and URL . |
Icon | Contains information about the retrieved object's icon, such as its Type and associated Emoji . |
Archived | Indicates whether the object is archived. |
URL | The object's URL. |
Parent | Contains information about the retrieved object's parent, such as its Type and ID . |
Properties | Contains information about the retrieved object's properties, such as its Title , Type , and ID . |
Last updated: 12/3/2024, 4:54:13 PM