Projects APIs
Get Project
Retrieve details of a specific project within an organization.
GET
/
api
/
v1
/
orgs
/
organizations
/
{org_id}
/
projects
/
{project_id}
/
Authorizations
Authorization
string
headerrequiredAPI key authentication. Prefix your Mem0 API key with 'Token '. Example: 'Token your_api_key'
Path Parameters
org_id
string
requiredUnique identifier of the organization
project_id
string
requiredUnique identifier of the project
Response
200 - application/json
id
integer
Unique numeric identifier of the project
project_id
string
Unique string identifier of the project
name
string
Name of the project
description
string
Description of the project
created_at
string
Timestamp of when the project was created
updated_at
string
Timestamp of when the project was last updated
members
object[]
List of members belonging to the project