Error
A valid request URL is required to generate request examples{
"results": {
"filePath": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Git Integration
Get explore file path
Get the file path for an exploreās YAML file (without fetching content)
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
git-integration
/
explores
/
{exploreName}
/
file-path
Error
A valid request URL is required to generate request examples{
"results": {
"filePath": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?