Skip to content

Get cache content URI

GET
/repositories/{workspace}/{repo_slug}/pipelines-config/caches/{cache_uuid}/content-uri

Retrieve the URI of the content of the specified cache.

workspace
required
string

The account.

repo_slug
required
string

The repository.

cache_uuid
required
string

The UUID of the cache.

The cache content uri.

Media type application/json
Pipeline Cache Content URI

A representation of the location of pipeline cache content.

object
uri

The uri for pipeline cache content.

string format: uri
Example generated
{
"uri": "https://example.com"
}

The workspace, repository or cache_uuid with given UUID was not found.

Media type application/json
Error

Base type for most resource objects. It defines the common type element that identifies an object’s type. It also identifies the element as Swagger’s discriminator.

object
type
required
string
error
object
message
required
string
detail
string
data

Optional structured data that is endpoint-specific.

object
key
additional properties
any
key
additional properties
any
Example generated
{
"type": "example",
"error": {
"message": "example",
"detail": "example",
"data": {}
}
}