PrompticPromptic

List all components

GET
/components

Authorization

BearerApiKey
AuthorizationBearer <token>

API key from AI Application settings

In: header

Response Body

application/json

application/json

curl -X GET "https://loading/api/v1/components"
{
  "data": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "name": "string",
      "description": "string",
      "aiApplicationId": "28acdec5-1fbb-41a8-ab4f-c30d8d073e92",
      "createdAt": "string",
      "updatedAt": "string"
    }
  ]
}
{
  "error": "string"
}