Skip to main content
GET
cURL

Authorizations

Lovable-API-Key
string
header
required

Lovable API key. Send its value in the Lovable-API-Key header.

Headers

Lovable-Version
string

Stable API version to serve, as a YYYY-MM-DD date. Omit for the oldest supported stable version, currently 2026-09-11.

Lovable-Beta
string

Comma-separated beta revision strings to enable on top of the stable version.

Path Parameters

workspace_id
string
required

Workspace ID.

Query Parameters

limit
integer<int64>
default:50

Maximum number of items to return per page.

Required range: 1 <= x <= 100
cursor
string

Pass pagination.next_cursor from the previous response to fetch the next page. Omit for the first page; keep the same filters and sort order across pages.

query
string

Search by display name, username, or email. Terms shorter than 3 characters are ignored.

Maximum string length: 1000
role
enum<string>[]

Filter by workspace role. Repeat to match any of the values. Omit to include every role.

Available options:
owner,
admin,
member,
viewer,
collaborator
sort_by
enum<string>

Sort field. Omit for the default order: role precedence (owner, admin, member, collaborator, viewer), then most recently joined; with query set, best matches first. display_name sorts by display name, falling back to email; members with neither sort first ascending and last descending. joined_at falls back to the invitation time. role sorts by role precedence. relevance ranks by match score and requires query; ties break by most recent join. Other ties break by membership id.

Available options:
display_name,
joined_at,
role,
relevance
sort_order
enum<string>

Direction for sort_by. Defaults to descending. Requires sort_by.

Available options:
asc,
desc
scim_managed
boolean

Filter by SCIM (System for Cross-domain Identity Management) provisioning: true returns only members provisioned by the identity provider, false only members added another way. Omit to include both.

Response

OK

data
object[]
required

Items in this page. Empty when there are none.

pagination
object
required

Whether more results are available and the cursor to fetch the next page.