List all agent URL configurations
GET
/api/v4/projects/{id}/cluster_agents/{agent_id}/url_configurations
Lists all agent URL configurations for a specified agent. You must have the Developer, Maintainer, or Owner role to use this endpoint. This feature was introduced in GitLab 17.4.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Responses
Section titled “Responses”OK
Media typeapplication/json
object
id
integer format: int64
agent_id
integer format: int64
url
string
public_key
string
client_cert
string
ca_cert
string
tls_host
string
Example
{ "id": 1, "agent_id": 1}Bad Request
Not Found