Skip to main content
GET
/
assets
/
agents
/
{resource_uri}
Get Agent
curl --request GET \
  --url https://api.example.com/assets/agents/{resource_uri} \
  --header 'Authorization: Bearer <token>'
{
  "resource_uri": "<string>",
  "name": "<string>",
  "status": "<string>",
  "lifecycle_stage": "<string>",
  "health_status": "<string>",
  "verification_status": "<string>",
  "visibility": "<string>",
  "current_version": 123,
  "agent_card": {},
  "source": "<string>",
  "organization_id": "<string>",
  "project_id": "<string>",
  "owner_id": "<string>",
  "registered_by": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "updated_at": "2023-11-07T05:31:56Z",
  "created_by": "<string>",
  "updated_by": "<string>",
  "etag": "<string>",
  "description": "<string>",
  "a2a_protocol_version": "<string>",
  "tags": [],
  "deprecation_message": "<string>",
  "deprecation_deadline": "2023-11-07T05:31:56Z",
  "successor_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Project-ID
string | null

Path Parameters

resource_uri
string
required

Response

Successful Response

Full single-resource response.

resource_uri
string
required
name
string
required
status
string
required
lifecycle_stage
string
required
health_status
string
required
verification_status
string
required
visibility
string
required
current_version
integer
required
agent_card
Agent Card · object
required
source
string
required
organization_id
string
required
project_id
string
required
owner_id
string
required
deprecated

Deprecated: use created_by instead. Will be removed in a future release.

registered_by
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
created_by
string
required
updated_by
string
required
etag
string
required
description
string | null
a2a_protocol_version
string | null
tags
string[]
deprecation_message
string | null
deprecation_deadline
string<date-time> | null
successor_id
string | null