cURL
curl --request GET \ --url http://localhost:5252/project \ --header 'x-api-token: <api-key>'
{ "id": "<string>", "project_name": "<string>", "path": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Get the active project. Depends on both global and project config.
Project data
Was this page helpful?