Records
Get list of records
Records can be read across Results by specifying - as the result_uid or across parents by specifying - as the parent . (e.g., default/results/- or -/results/-). This can be used to read and filter matching Records without knowing the exact Result name.
get/v1alpha2/parents/{parent}/results/{result_uid}/records
Response
List of Records with next_page_token.
Example response
{
"records": [
{
"uid": "bc19969d-14ef-483c-b8c7-a83523cb5669",
"etag": "bc19969d-14ef-483c-b8c7-a83523cb5669-1675088191915705326",
"name": "default/results/2be47d31-4d7f-4762-9616-969f2d7d9cc3/records/293d2bf0-e673-30c6-b5ca-4f35f020effc",
"data": {
"value": "VGhpcyBpcyBhbiBleG1hcGxlIG9mIHJlY29yZCBkYXRhCg=="
}
}
]
}