GET
/
v1
/
app
/
organization
/
analytics
/
ranking
/
active-projects
[
  {
    "project": {
      "id": "<string>",
      "name": "<string>",
      "goal": "<string>",
      "default_member_role": "Viewer",
      "default_role_enabled": true,
      "deadline": "<string>",
      "visibility": "Public",
      "member_count": 123,
      "members": [
        {
          "id": "<string>",
          "role": "Viewer",
          "user": {
            "id": "<string>",
            "org_id": "<string>",
            "account_id": "<string>",
            "profile_picture": "<string>",
            "name": "<string>",
            "email": "<string>",
            "job_position_name": "<string>",
            "job_position_description": "<string>",
            "state": "Active",
            "roles": [
              "AppGuest"
            ],
            "created_at": "<string>"
          },
          "is_project_member": true
        }
      ],
      "project_context": "<string>",
      "answer_context": "<string>",
      "is_pinned": true
    },
    "interactions_created": 123,
    "agent_flows_created": 123
  }
]

Query Parameters

start_date
number

Start date for the ranking period (timestamp in milliseconds)

end_date
number

End date for the ranking period (timestamp in milliseconds)

limit
number

Maximum number of projects to return. Default is 5

Response

200 - application/json

Returns ranking of most active projects in the organization

project
object
required
interactions_created
number
required
agent_flows_created
number
required