POST
/
refs
/
read_batch
Refs Read Batch
curl --request POST \
  --url https://trace.wandb.ai/refs/read_batch \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "refs": [
    "<string>"
  ]
}'
{
  "vals": [
    "<any>"
  ]
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
refs
string[]
required

Response

Successful Response

vals
any[]
required