# Get journal entries **GET /api/v1.0/engagements/{engagementSid}/journal-entries** OData endpoint that gets journal entries ## Servers - https://journal.adra.com: https://journal.adra.com () ## Authentication methods - Adra oauth code pkce & Adra personal access token ## Parameters ### Path parameters - **engagementSid** (string) The engagement SID ### Query parameters - **$filter** (string) OData $filter parameter - **$orderby** (string) OData $orderby parameter - **$top** (integer(int64)) OData $top parameter - **$skip** (integer(int64)) OData $skip parameter - **$count** (boolean) OData $count parameter ## Responses ### 200 OK #### Body: application/json (object) - **value** (array[object]) - **@odata.count** (string | null) - **@odata.nextPage** (string | null) ### 400 Bad Request #### Body: application/problem+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) ### default Error #### Body: application/problem+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) [Powered by Bump.sh](https://bump.sh)