> ## Documentation Index
> Fetch the complete documentation index at: https://docs.activeviam.com/llms.txt
> Use this file to discover all available pages before exploring further.

# atoti.endpoint.Request

### *final class* atoti.endpoint.Request

The request of a custom [`endpoint()`](./atoti.Session.endpoint#atoti.Session.endpoint).

#### body *: JsonValue*

Parsed JSON body.

#### path\_parameters *: [Mapping](https://docs.python.org/3/library/collections.abc.html#collections.abc.Mapping)\[[str](https://docs.python.org/3/library/stdtypes.html#str), [str](https://docs.python.org/3/library/stdtypes.html#str)]*

Mapping from path parameter name to parameter value in this request.

#### url *: [str](https://docs.python.org/3/library/stdtypes.html#str)*

The URL on which the client request is made.
