> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter-d02e98a0-mintlify-7021d5f4.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenResponsesCreatedEvent - Python SDK

> OpenResponsesCreatedEvent method reference

<Warning>
  The Python SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/python-sdk/issues).
</Warning>

Event emitted when a response is created

## Fields

| Field             | Type                                                                                                                   | Required             | Description                                            | Example                                                                                                                                                                                                                                                                                                                                                       |
| ----------------- | ---------------------------------------------------------------------------------------------------------------------- | -------------------- | ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `response`        | [components.OpenResponsesResult](/client-sdks/python/api-reference/components/openresponsesresult)                     | :heavy\_check\_mark: | Complete non-streaming response from the Responses API | `{"completed_at": 1704067210,"created_at": 1704067200,"error": null,"id": "resp-abc123","incomplete_details": null,"instructions": null,"max_output_tokens": null,"metadata": null,"model": "gpt-4","object": "response","output": [],"parallel_tool_calls": true,"status": "completed","temperature": null,"tool_choice": "auto","tools": [],"top_p": null}` |
| `sequence_number` | *int*                                                                                                                  | :heavy\_check\_mark: | N/A                                                    |                                                                                                                                                                                                                                                                                                                                                               |
| `type`            | [components.OpenResponsesCreatedEventType](/client-sdks/python/api-reference/components/openresponsescreatedeventtype) | :heavy\_check\_mark: | N/A                                                    |                                                                                                                                                                                                                                                                                                                                                               |
