LLM-readable documentation index
ApiV3GeneratedEntity Bulk Seed

Get Seed Job Status

Hand off to an LLM
GET
/v3/entities/seed/{id}
x-api-key<token>

Authenticate using API Key in request header

In: header

Path Parameters

id*string

Seed job public ID (esj_...).

Response Body

application/json

curl -X GET "https://api.bem.ai/v3/entities/seed/string"
{
  "seedJobID": "string",
  "status": "pending",
  "totalRows": 0,
  "createdCount": 0,
  "mergedCount": 0,
  "rejectedCount": 0,
  "results": [
    {
      "canonical": "string",
      "outcome": "created",
      "entityID": "string",
      "reason": "string"
    }
  ],
  "error": "string"
}