Get Agent

Retrieve detailed information about a specific agent.

Endpoint

GET https://api.irisos.xyz/v1/agents/{agentId}

Authentication

This endpoint requires an API key. Include it in the request headers:

Authorization: Bearer YOUR_API_KEY

Path Parameters

Parameter
Type
Required
Description

agentId

string

Yes

The unique identifier of the agent

Example Request

curl -X GET https://api.irisos.xyz/v1/agents/agent_a1b2c3d4e5f6 \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

Success Response (200 OK)

Error Response (404 Not Found)

Example Usage

JavaScript

Python

Last updated