Get a package blueprint

GET 

/v2/faas/package-blueprints/:packageBlueprintId

Returns a single generally available package blueprint by ID.

Request

Example
{
  "data": {
    "id": "550e8400-e29b-41d4-a716-446655440000",
    "parentId": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
    "name": "Chat Moderation",
    "version": "1.0.0",
    "description": "A package for real-time chat moderation",
    "iconBase64": "string",
    "iconMediaType": "image/png",
    "state": "GENERAL_AVAILABILITY",
    "tags": [
      {
        "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
        "name": "chat",
        "visibility": "PUBLIC",
        "createdDttm": "2026-01-15T10:30:00.000Z",
        "updatedDttm": "2026-02-01T14:20:00.000Z"
      }
    ],
    "createdDttm": "2026-01-15T10:30:00.000Z",
    "updatedDttm": "2026-02-01T14:20:00.000Z"
  },
  "meta": {
    "timestamp": "2026-03-10T12:00:00.000Z",
    "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  },
  "errors": []
}
Example
{
  "meta": {
    "timestamp": "2026-03-10T12:00:00.000Z",
    "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  },
  "errors": [
    {
      "code": "FAAS-404",
      "message": "Entity not found"
    }
  ]
}
Example
{
  "meta": {
    "timestamp": "2026-03-10T12:00:00.000Z",
    "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  },
  "errors": [
    {
      "code": "FAAS-404",
      "message": "Entity not found"
    }
  ]
}
Example
{
  "meta": {
    "timestamp": "2026-03-10T12:00:00.000Z",
    "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  },
  "errors": [
    {
      "code": "FAAS-404",
      "message": "Entity not found"
    }
  ]
}
Example
{
  "meta": {
    "timestamp": "2026-03-10T12:00:00.000Z",
    "correlationId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  },
  "errors": [
    {
      "code": "FAAS-404",
      "message": "Entity not found"
    }
  ]
}