# Get the events of a migration job **GET /jobs/{jobId}/logs** Get the events of a migration job ## Servers - http://127.0.0.1:8278/api/v1: http://127.0.0.1:8278/api/v1 () ## Parameters #### Path parameters - **jobId** (string) Job ID #### Query parameters - **limit** (integer) Limit the number of events - **offset** (integer) the number of events since the most recent event - **eventType** (string) filter by a specific job event type ## Responses ### 200: OK #### Body Parameters: application/json (array[object]) - **eventType** (string) - **message** (string) - **details** (string) - **timestamp** (string(date-time)) - **stackTrace** (array[string]) - **locationType** (string) - **locationName** (string) - **fieldName** (string) - **key** (object) - **errorType** (string) ### 400: Bad request #### Body Parameters: application/json (object) - **jobId** (string) - **message** (string) - **description** (string) - **timestamp** (string(date-time)) ### 404: Not found #### Body Parameters: application/json (object) - **jobId** (string) - **message** (string) - **description** (string) - **timestamp** (string(date-time)) [Powered by Bump.sh](https://bump.sh)