# Linear - Get record action

The Get record action enables you to retrieve the details of a specific record from Linear.

# Input

Input field Description
Object Specify the object to retrieve the details of a record. Fields load dynamically based on the object you select.

For example, if you select Project as your object, the following input schema becomes available:

Input field Description
ID Specify the unique ID of the project to retrieve.
Select fields to retrieve Select all fields (including the nested object fields) to return in the response.

# Output

The output fields are determined by the object selected in the input. Map the relevant datapill from the datatree to subsequent steps.

For example, if you select Project as your object, the following output schema becomes available. Use the Select fields to retrieve input field to specify the fields (including nested object fields) to return in the response.

Output field Description
ID The unique ID of the project.
Created at The time the project was created.
Updated at The time the project was updated.
Archived at The time at which the entity was archived.
Update reminder frequency in weeks The n-weekly frequency at which to prompt for updates. When not set, reminders are inherited from the workspace.
Update reminder frequency The frequency at which to prompt for updates. When not set, reminders are inherited from the workspace.
Frequency resolution The resolution of the reminder frequency.
Update reminders day The day on which to prompt for updates.
Update reminders hour The hour at which to prompt for updates.
Name The name of the project.
Description The project description.
Slug ID The project's unique URL slug.
Icon The project icon.
Color The project's color.
Project update reminders paused until at The time until which project update reminders are paused.
Start date The estimated start date of the project.
Start date resolution The resolution of the project's start date.
Target date The estimated completion date of the project.
Target date resolution The resolution of the project's estimated completion date.
Started at The time at which the project was moved into the started state.
Completed at The time at which the project was moved into a completed state.
Canceled at The time at which the project was moved into the canceled state.
Auto archived at The time at which the project was automatically archived by the auto-pruning process.
Trashed A flag that indicates whether the project is in the trash bin.
Sort order The sort order for the project within the organization.
Priority sort order The sort order for the project within the organization when ordered by priority.
Priority The priority of the project.
Health The health of the project.
Health updated at The time at which the project health was updated.
Progress history The progress history of the project.
Current progress The current progress of the project.
URL The project URL.
Progress The overall progress of the project.
Scope The overall scope (total estimated points) of the project.
Content The project's content in Markdown format.
Content state The project's content.
Priority label The priority label of the project.


Last updated: 5/21/2025, 5:22:32 AM

On this page