Skip to main content
POST
/
refs
/
read_batch
Refs Read Batch
curl --request POST \
  --url https://api.example.com/refs/read_batch \
  --header 'Content-Type: application/json' \
  --data '
{
  "refs": [
    "<string>"
  ]
}
'
{
  "vals": [
    "<unknown>"
  ]
}

Body

application/json
refs
string[]
required

Response

Successful Response

vals
any[]
required