Skip to main content
GET
TypeScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

mergeId
string
required

Response

Merge job status

id
string
required
status
enum<string>
required
Available options:
queued,
waiting_for_ingest,
copying_vectors,
db_committing,
cleanup_pending,
completed,
failed
sourceTags
string[]
required
targetTag
string
required
progress
object | null
required
lastError
string | null
required