GET
/
v1
/
projects
/
curl --request GET \
  --url https://cloud.activepieces.com/api/v1/projects/
{
  "data": [
    {
      "id": "<string>",
      "created": "<string>",
      "updated": "<string>",
      "ownerId": "<string>",
      "displayName": "<string>",
      "notifyStatus": "NEVER",
      "type": "PLATFORM_MANAGED",
      "platformId": "<string>",
      "externalId": "<string>",
      "plan": {
        "id": "<string>",
        "created": "<string>",
        "updated": "<string>",
        "projectId": "<string>",
        "stripeSubscriptionId": "<string>",
        "subscriptionStartDatetime": "<string>",
        "flowPlanName": "<string>",
        "minimumPollingInterval": 123,
        "connections": 123,
        "teamMembers": 123,
        "tasks": 123,
        "tasksPerDay": 123
      },
      "usage": {
        "id": "<string>",
        "created": "<string>",
        "updated": "<string>",
        "projectId": "<string>",
        "consumedTasks": 123,
        "connections": 123,
        "teamMembers": 123,
        "consumedTasksToday": 123,
        "nextResetDatetime": "<string>"
      }
    }
  ],
  "next": "<string>",
  "previous": "<string>"
}

Query Parameters

externalId
string

Response

200 - application/json
data
object[]
required
next
string | null

Cursor to the next page

previous
string | null

Cursor to the previous page