Logo
MicroStrategy REST API API Documentation

Get projects

GET {{baseUrl}}/api/projects?fields=id,name,description

Get a list of all projects that the authenticated user has access to. This endpoint returns the name, ID, description, alias, and status of each project; the project status corresponds to values from EnumDSSXMLProjectStatus. It also specifies whether this project is the platform analytics project, which contains a set of pre-defined reports that provide statistics for the IServer. You obtain the authorization token needed to execute the request using POST /auth/login; you pass the authorization token in the request header.

 

Body PARAM

Key Datatype Required Description 
fields
string



HEADERS

Key Datatype Required Description 
X-MSTR-AuthToken
string (Required) Authorization token




RESPONSES

status





Curl
curl -X GET 'baseUrl/api/projects?fields=id,name,description?fields=id,name,description' -H 'X-MSTR-AuthToken: authToken'

ENDPOINTS