I'm trying to hit DataBricks API 2.0 using Bearer Tokens and I'm getting 200 response but results are not showing.
I'm running this command,
curl -H @{'Authorization' = 'Bearer <Token Here>'} https://DataBricks Instance Here/api/2.0/clusters/list
Try this below curl command to get the list of clusters:
curl -X GET -H "Authorization: Bearer <Token Here>" "https://< DataBricks Instance Here>/api/2.0/clusters/list"
548k questions
547k answers
4 comments
86.3k users