Get metadata

GET /api/endpoint/metadata/{id}

Spaces method and path for this operation:

get /s/{space_id}/api/endpoint/metadata/{id}

Refer to Spaces for more information.

Path parameters

  • id string Required

Responses

  • 200 application/json

    OK

GET /api/endpoint/metadata/{id}
curl \
 --request GET 'https://localhost:5601/api/endpoint/metadata/ed518850-681a-4d60-bb98-e22640cae2a8' \
 --header "Authorization: $API_KEY"