Skip to main content
GET
List groups

Authorizations

Authorization
string
header
required

A management key (created from the organization dashboard or with POST /v3/manage/auth-keys), sent as Authorization: Bearer <management_key>. Inference API keys (sk-eden...) are not accepted on these endpoints.

Query Parameters

limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

Response

200 - application/json
results
object[]
required
limit
integer
required

Page size applied to this response (max 100).

Example:

25

offset
integer
required

Index of the first item in this page.

Example:

0

total_count
integer
required

Total number of items across all pages.

Example:

123

next
string<uri> | null
required

Absolute URL of the next page, or null on the last page.

Example:

"https://api.edenai.run/v3/manage/members/?limit=25&offset=25"

previous
string<uri> | null
required

Absolute URL of the previous page, or null on the first page.