Skip to main content
GET
/
api
/
v1
/
projects
List projects with optional filtering.
curl --request GET \
  --url https://api.backside.app/api/v1/projects \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Query Parameters

status
string

Filter by status

is_archived
boolean

Filter archived

limit
integer<int64>

Max results

cursor
string

Pagination cursor

q
string

Search query

Response

200

List of projects