Skip to main content
GET
List projects

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
integer
Required range: 1 <= x <= 200
cursor
string
state
enum<string>

Lifecycle category. Distinct from linear_status_id, which selects a specific status within the category.

Available options:
backlog,
planned,
started,
completed,
canceled
name_contains
string
Required string length: 1 - 255
linear_team_id
string

Linear team id. Matches projects pinned to that team.

Required string length: 1 - 128
sort
enum<string>
default:created_at

created_at (newest first) or total_score (highest demand first). Both break ties by id.

Available options:
created_at,
total_score
created_after
string<date-time>
created_before
string<date-time>
updated_after
string<date-time>
updated_before
string<date-time>

Response

Successful response

data
object[]
required
page
object
required