Retrieves a list of projects metadata
GET/v1/dashboard/projects/metadata
Retrieves a list of projects metadata
Request
Query Parameters
name string
Name of the project
Header Parameters
ProjectUid string
Scope the request to the specified project uid
Responses
- 200
An array of project metadata items
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- ] 
items
undefined[]
required
metadata
object
Object identity meta
namestring
uidstring
{
  "items": [
    {
      "metadata": {
        "name": "string",
        "uid": "string"
      }
    }
  ]
}
Loading...