PrompticPromptic

List all components

GET
/components

Authorization

BearerApiKey
AuthorizationBearer <token>

API key from workspace 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",
      "workspaceId": "ef0efa32-d1c1-43d4-a5e2-fe7b4f00403c",
      "createdAt": "string",
      "updatedAt": "string"
    }
  ]
}
{
  "error": "string"
}