Skip to main content
POST
/
v1
/
linear_issues
linear_issues
curl --request POST \
  --url https://api.fetchbean.com/v1/linear_issues \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "first": 50,
  "team_key": "<string>",
  "assigned_to_me": true,
  "state_type": "<string>",
  "priority": 2,
  "filter": {}
}
'
{}

Authorizations

Authorization
string
header
required

Your fetchbean API key (fb_…).

Body

application/json
first
integer
Required range: 1 <= x <= 100
team_key
string
assigned_to_me
boolean
state_type
string
priority
integer
Required range: 0 <= x <= 4
filter
object

Response

Success

The response is of type object.