Skip to main content
Version: latest

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

An array of project metadata items

Schema

    items

    undefined[]

    required

  • Array [

  • metadata

    object

    Object identity meta

    namestring
    uidstring
  • ]

Loading...