v1

latestOpenAPI 3.1.02026-07-24230114.4 KB

Get Service

Get a particular service's details by it's ID.

get/api/v1/directory/services/{serviceId}

Path parameters

serviceIdstring required

ID of the service to get.

Response

200

idstring
namestring
descriptionstring
typestring
pricestring
priceModelstring
minimumTokenAmountstring
createdAtstring
updatedAtstring

Example response

{
  "id": "350d433d-6ed4-4482-bcfc-14b7da807f9b",
  "name": "Test Service",
  "description": "test",
  "type": "FETCH_AGENT",
  "price": "0.000001",
  "priceModel": "PAY_PER_USE",
  "minimumTokenAmount": "0.000001",
  "humanIdentityRequirement": {
    "identityLevels": [
      "INDIVIDUAL_LEVEL2"
    ],
    "individual": [
      "nameFirst"
    ]
  },
  "seller": {
    "id": "98755a15-bcbb-4e7c-a4ac-0ae21b9ce5c7",
    "name": "Fetch Agent Seller"
  },
  "createdAt": "2025-07-08T16:30:52.986Z",
  "updatedAt": "2025-07-08T17:55:09.082Z"
}