Hanzo AI
OpenapiProvider

Create backfill

Seeds the native todo with the EXISTING Linear issues the caller's key can see (default state=open); the webhook keeps them live thereafter.

POST /v1/provider/linear/issues/backfill

Addresshttps://api.hanzo.ai/v1/provider/linear/issues/backfill
MethodPOST
Operationpost_provider_linear_issues_backfill
AuthAuthorization: Bearer $HANZO_API_KEY

Seeds the native todo with the EXISTING Linear issues the caller's key can see (default state=open); the webhook keeps them live thereafter. Synchronous and bounded, idempotent by ExtRef.

Request

1 field, body application/json (required).

FieldInTypeRequiredDescription
statebodystringState is the set of issues to walk: "open" (the default), "closed" or "all".

Response

StatusBodyMeaning
200provider.linearBackfillResultok
defaultproblem-detailsrefused

200 body — 5 fields.

FieldInTypeAlwaysDescription
createdbodyinteger (int64)Created is how many native issues this pass created.
failedbodyinteger (int64)Failed is how many issues errored; the pass continues past each.
issuesbodyinteger (int64)Issues is how many Linear issues were seen.
truncatedbodybooleanTruncated is set when the time budget or the issue cap stopped the pass early.
updatedbodyinteger (int64)Updated is how many existing native issues this pass refreshed.

Failure carries the platform error shape — see Errors.

Examples

hanzo provider linear issues backfill

Provider API · All Hanzo APIs · Interactive reference

How is this guide?

On this page