Linear - Search records action

The Search records action enables you to retrieve a list of records that match your search criteria from Linear.

Input

Input fieldDescription
ObjectSpecify the object to retrieve a list of records. 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 fieldDescription
Use custom filterAllows users to define their criteria to refine the search.
BeforeSpecify the date to filter records before this date.
AfterSpecify the date range to filter records after this date.
FirstSpecify the limits results to the first entries.
LastSpecify the limits results to the last entries.
Include archivedOption to include or exclude archived items in the search results.
Order byOptions to sort the results based on selected fields.
Select fields to retrieveSelect 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 fieldDescription
IDThe unique ID of the project.
Created atThe time the project was created.
Updated atThe time the project was updated.
Archived atThe time at which the entity was archived.
Update reminder frequency in weeksThe n-weekly frequency at which to prompt for updates. When not set, reminders are inherited from the workspace.
Update reminder frequencyThe frequency at which to prompt for updates. When not set, reminders are inherited from the workspace.
Frequency resolutionThe resolution of the reminder frequency.
Update reminders dayThe day on which to prompt for updates.
Update reminders hourThe hour at which to prompt for updates.
NameThe name of the project.
DescriptionThe project description.
Slug IDThe project's unique URL slug.
IconThe project icon.
ColorThe project's color.
Project update reminders paused until atThe time until which project update reminders are paused.
Start dateThe estimated start date of the project.
Start date resolutionThe resolution of the project's start date.
Target dateThe estimated completion date of the project.
Target date resolutionThe resolution of the project's estimated completion date.
Started atThe time at which the project was moved into the started state.
Completed atThe time at which the project was moved into a completed state.
Canceled atThe time at which the project was moved into the canceled state.
Auto archived atThe time at which the project was automatically archived by the auto-pruning process.
TrashedA flag that indicates whether the project is in the trash bin.
Sort orderThe sort order for the project within the organization.
Priority sort orderThe sort order for the project within the organization when ordered by priority.
PriorityThe priority of the project.
HealthThe health of the project.
Health updated atThe time at which the project health was updated.
Progress historyThe progress history of the project.
Current progressThe current progress of the project.
URLThe project URL.
ProgressThe overall progress of the project.
ScopeThe overall scope (total estimated points) of the project.
ContentThe project's content in Markdown format.
Content stateThe project's content.
Priority labelThe priority label of the project.
End cursorCursor representing the last result in the paginated results.
Start cursorCursor representing the first result in the paginated results.
Has next pageIndicates if there are more results when paginating forward.
Has Previous pageIndicates if there are more results when paginating backward.

Last updated: