Help us improve these docs. Take our quick survey.
cURL
curl --request GET \ --url https://api.example.com/v2/{entity}/{project}/ops/{object_id}/versions/{digest} \ --header 'Authorization: Basic <encoded-value>'
{ "object_id": "<string>", "digest": "<string>", "version_index": 123, "created_at": "2023-11-07T05:31:56Z", "code": "<string>" }
op 객체를 조회합니다.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
op 코드를 즉시 로드할지 여부
성공적인 응답
Op 객체를 조회할 때의 응답 모델입니다.
code 필드에는 op의 실제 소스 코드가 들어 있습니다.
op ID
op의 다이제스트
이 op의 버전 인덱스
이 op가 생성된 시각
op의 실제 소스 코드
이 페이지가 도움이 되었나요?