Skip to main content
GET
/
api
/
projects
/
my-projects
List all projects accessible to the current user
curl --request GET \
  --url https://api.mentionlab.io/api/projects/my-projects
{
  "page": {
    "totalRecords": 123,
    "limit": 123,
    "currentPage": 123,
    "totalPages": 123,
    "nextPage": 123,
    "prevPage": 123
  }
}

Query Parameters

name
string

Filter by project name

page
number
limit
number

Response

200 - application/json
page
object
required