Need to fix ListRuns to work correctly
Response
| Field |
Expected |
Presented? |
Need implement? |
runs |
repeated Run |
✅ |
❌ |
token |
string |
❌ |
✅ (need to ensure we get token when we set limit and there’s next page) |
runs[].action |
Action |
✅ |
❌ |
runs[].action.id |
ActionIdentifier |
✅ |
❌ |
runs[].action.metadata |
ActionMetadata |
✅ |
❌ |
runs[].action.status |
ActionStatus |
✅ |
❌ |
runs[].action.status.phase |
ActionPhase |
✅ |
❌ |
runs[].action.status.start_time |
Timestamp |
❌ |
✅ |
runs[].action.status.end_time |
optional Timestamp |
❌ |
✅ (need to ensure this presented for the terminated run) |
runs[].action.status.attempts |
uint32 |
❌ |
✅ |
runs[].action.status.cache_status |
CatalogCacheStatus |
❌ |
✅ |
runs[].action.status.duration_ms |
optional uint64 |
❌ |
✅ (need to ensure this presented for the terminated run) |
Need to fix
ListRunsto work correctlyResponse
runsrepeated Runtokenstringruns[].actionActionruns[].action.idActionIdentifierruns[].action.metadataActionMetadataruns[].action.statusActionStatusruns[].action.status.phaseActionPhaseruns[].action.status.start_timeTimestampruns[].action.status.end_timeoptional Timestampruns[].action.status.attemptsuint32runs[].action.status.cache_statusCatalogCacheStatusruns[].action.status.duration_msoptional uint64