Skip to main content
GET
/
confidence-scoring
/
jobs
Python
from meibel import MeibelClient

client = MeibelClient(api_key="your-api-key")

result = client.confidence_scoring.list_scoring_jobs()
print(result)
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.meibel.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Meibel-API-Key
string
header
required

Query Parameters

agent_name
string | null
agent_version
string | null
agent_execution_id
string | null
agent_workflow_name
string | null
agent_workflow_version
string | null
agent_workflow_execution_id
string | null
tool_id
string | null
tool_instance_id
string | null
tool_execution_id
string | null

Response

Successful Response