Projects

get

look up a specific project by its projectId.

Interact with the "Request Body" below to explore the arguments of this function. Enter your GroundX API key to send a request directly from this web page. Select your language of choice to structure a code snippet based on your specified arguments.

get/v1/project/{projectId}

Path parameters

projectIdinteger required

The projectId of the project to look up.

Response

Successful retrieval of project

Example response

{
  "project": {
    "buckets": [
      {
        "created": "2023-10-03T08:59:39.312Z",
        "fileSize": "3.1GB",
        "updated": "2023-10-03T08:59:39.312Z"
      }
    ],
    "created": "2023-10-03T08:59:39.312Z",
    "fileSize": "3.1GB",
    "updated": "2023-10-03T08:59:39.312Z"
  }
}

Changes