End Users
Get End User
Retrieve details of a specific end user
GET
Retrieve the details of an existing end user by their unique identifier.Documentation Index
Fetch the complete documentation index at: https://docs.bota.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires an API key withend_users:read scope.
Path Parameters
The end user’s unique identifier (e.g.,
eu_abc123).Response
Returns the end user object.Response Fields
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier for the end user (prefixed with eu_). |
external_id | string | Your system’s unique identifier for this user. |
email | string | User’s email address. |
name | string | User’s display name. |
metadata | object | Arbitrary key-value metadata. |
created_at | string | ISO 8601 timestamp of when the end user was created. |

