Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Python
from meibel import MeibelClient client = MeibelClient(api_key="your-api-key") result = client.artifact_schemas.get("artifact_id_value") print(result)
{ "id": "<string>", "name": "<string>", "display_name": "<string>", "version": "<string>", "type": "<string>", "description": "<string>", "required": true, "schema_def": {}, "storage_strategy": "<string>", "parent_version": "<string>", "max_size_bytes": 123, "created_by": "<string>", "created_at": "2023-11-07T05:31:56Z" }
Successful Response
Was this page helpful?