# Get a project Retrieves the basic information about the project specified by project_id. Project IDs can be found in the app by inspecting the URL or via the API endpoint to Get all projects. Does not retrieve the script and folder contents of a project. For project contents, please see: - GET /projects/:p/folders – for getting all the script and folder contents of a project - GET /projects/:p/folders/:f – for getting the contents of a particular folder in a project Endpoint: GET /projects/{project_id} Version: 1.0 ## Path parameters: - `project_id` (integer, required) The project ID. ## Response 200 fields