Skip to main content
GET
/
v1
/
projects
cURL
curl --request GET \
  --url https://cloud.activepieces.com/api/v1/projects \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "created": "<string>",
      "updated": "<string>",
      "ownerId": "<string>",
      "displayName": "<string>",
      "platformId": "<string>",
      "icon": {},
      "releasesEnabled": true,
      "plan": {
        "id": "<string>",
        "created": "<string>",
        "updated": "<string>",
        "projectId": "<string>",
        "locked": false,
        "name": "<string>",
        "pieces": [
          "<string>"
        ]
      },
      "analytics": {
        "totalUsers": 123,
        "activeUsers": 123,
        "totalFlows": 123,
        "activeFlows": 123
      },
      "maxConcurrentJobs": 123,
      "externalId": "<string>",
      "metadata": {},
      "poolId": "<string>"
    }
  ],
  "next": "<string>",
  "previous": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://www.activepieces.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use your api key generated from the admin console

Query Parameters

externalId
string
externalUserId
string
limit
number
cursor
string
displayName
string
types
enum<string>[]
required
Available options:
TEAM,
PERSONAL

Response

200 - application/json

Default Response

data
object[]
required
next
string | null
previous
string | null