Python
from meibelai import Meibelai import os with Meibelai( api_key_header=os.getenv("MEIBELAI_API_KEY_HEADER", ""), ) as m_client: res = m_client.blueprints.instances.get_event_by_blueprint_instance(blueprint_instance_id="<id>", event_id="<id>") # Handle response print(res)
{ "data": [ { "blueprint_instance_id": "<string>", "id": "<string>", "activity_id": "<string>", "event_type": "instance_started", "timestamp": "2023-11-07T05:31:56Z", "details": {}, "group_id": "<string>", "is_signal": false, "is_internal": false, "originating_signal_id": "<string>" } ] }
Documentation IndexFetch the complete documentation index at: https://docs.meibel.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.meibel.ai/llms.txt
Use this file to discover all available pages before exploring further.
Successful Response
GetEventsResponse
Show child attributes
Was this page helpful?