코드
코드 리소스와 파일 버전을 만들고 조회·수정·삭제하는 API입니다.
📄️ List Codes
List code resources visible to the caller, optionally scoped by collection or folder.
📄️ Create Code
Create a code resource from its metadata and source configuration.
📄️ Get Code Versions
List version history for a specific code.
📄️ List Code Usages
Reverse-lookup of pipelines whose step graph references this code. A pipeline step's ``script`` is a Code id; this returns every pipeline (and the referencing step names) pointing at ``code_id``, so the UI can show how widely a shared code is used. Requires read permission on the code; the referencing pipelines' permissions are not checked (usage visibility intent, mirroring ``GET /datasets/{id}/usages``).
📄️ Get Code
Retrieve a specific code. Returns the specified version if provided.
📄️ Update Code
Change mutable code metadata, execution type, or options after write permission is checked. Fields omitted from the request keep their current values.
📄️ Delete Code
Permanently remove a code resource after delete permission is checked.
📄️ Get Code File Versions
List version history for a code file.
📄️ Get Code File
Download code file content.
📄️ Update Code File
Upload code file content.