a2a_agent_card_retrieve
GET
/v1/a2a/agent-card
const url = 'https://example.com/v1/a2a/agent-card';const options = {method: 'GET', headers: {Authorization: 'Bearer <token>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://example.com/v1/a2a/agent-card \ --header 'Authorization: Bearer <token>'Base view for all dev service API endpoints.
Authorizations
Section titled “Authorizations”Responses
Section titled “Responses”No response body