Help us improve these docs. Take our quick survey.
cURL
curl --request GET \ --url https://api.example.com/v2/{entity}/{project}/datasets/{object_id}/versions/{digest} \ --header 'Authorization: Basic <encoded-value>'
{ "object_id": "<string>", "digest": "<string>", "version_index": 123, "created_at": "2023-11-07T05:31:56Z", "name": "<string>", "rows": "<string>", "description": "<string>" }
데이터셋 객체를 조회합니다.
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
성공적인 응답
데이터셋 ID
데이터셋 객체의 다이제스트
객체의 버전 인덱스
객체가 생성된 시점
데이터셋 이름
데이터셋 행 데이터에 대한 레퍼런스
데이터셋 설명
이 페이지가 도움이 되었나요?