# Retrieve the specified compilable Endpoint: GET /scripting/compilables/{id} Version: 8.1.0 ## Path parameters: - `id` (string, required) The compilable's id to get ## Header parameters: - `X-Key` (string, required) A unique API key used to authenticate requests to the NP6 platform. This key must be included in every API call to validate the identity and permissions of the client. Keep your API key secure and do not expose it in public code or logs. ## Response 200 fields (application/json): - `id` (string) Defines the unique id of the compilable - `name` (string) Defines the name of the compilable - `description` (string) Defines the description of the compilable - `state` (string) Defines the state of the compilable - `stamp` (object) Defines the stamp informations of the compilable - `stamp.creation` (string) Defines a date, used to store the creation date of a related data - `stamp.modification` (string) Defines a date, used to store the last modification date of a related data - `value` (object) Defines the underlying scriptable value describing the compilable - `value.type` (string) ## Response 401 fields ## Response 403 fields ## Response 404 fields