Skip to content

Retrieve X.509 signature of a tag

GET
/api/v4/projects/{id}/repository/tags/{tag_name}/signature

Retrieves the X.509 signature from a signed tag. Unsigned tags return a 404 Not Found response.

id
required
One of:
string

The ID or URL-encoded path of the project

tag_name
required
string

The name of the tag

OK

Media type application/json
object
signature_type
string
signature
object
Example
{
"signature_type": "PGP"
}

Bad Request

Not found