List projects for the service user
curl --request GET \ --url https://api.pixxel.space/v0/projects \ --header 'Authorization: <api-key>'
{ "count": 123, "projects": [ { "created_at": "<string>", "id": "<string>", "members_count": 123, "metadata": {}, "name": "<string>", "org_id": "<string>", "title": "<string>", "updated_at": "<string>" } ] }
Page number
Page size
Total count of records, to be used for pagination
Show child attributes
Project creation datetime
ID of the project
Number of users in this project (including service users).
Project slug
Organization ID this project belongs to
Project name
Project update datetime