# Get journal entries **GET /api/v1.0/engagements/{engagementSid}/journal-entries** OData endpoint that gets journal entries ## Servers - Production server: https://journal.adra.com (Production server) - Stage server: https://journal.adrastage.com (Stage server) - Test server: https://journal.adratest.com (Test server) - Dev server: https://journal.adradev.com (Dev server) ## Authentication methods - Adra oauth code pkce & Adra oauth client cred & 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) - **@odata.nextPage** (string) ### 400 Bad Request #### Body: application/problem+json (object) - **type** (string) - **title** (string) - **status** (integer(int32)) - **detail** (string) - **instance** (string) ### default Error #### Body: application/problem+json (object) - **type** (string) - **title** (string) - **status** (integer(int32)) - **detail** (string) - **instance** (string) [Powered by Bump.sh](https://bump.sh)