Get the metadata for a file

GET {{baseUrl}}/cms/v3/source-code/:environment/metadata/:path?properties=<string>

Gets the metadata object for the file at the specified path in the specified environment.

Request Params

KeyDatatypeRequiredDescription
propertiesstring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;createdAt&quot;:&quot;\u003cinteger\u003e&quot;,&quot;folder&quot;:&quot;\u003cboolean\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;updatedAt&quot;:&quot;\u003cinteger\u003e&quot;,&quot;archivedAt&quot;:&quot;\u003clong\u003e&quot;,&quot;children&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;],&quot;hash&quot;:&quot;\u003cstring\u003e&quot;}