# List of LinkedIn Messages List of LinkedIn messages Endpoint: GET /flows/api/linkedin-messages Version: 3.0 Security: bearerAuth ## Query parameters: - `limit` (integer) How many items to return at one time (default 20) Example: 20 - `offset` (integer) Data offset (default 0) - `order_field` (string) Field of sorting Example: "created_at" - `order_type` (string) Type of sorting 'asc'(default) or 'desc' Enum: "asc", "desc" - `filter` (object) Search filters ## Response 200 fields (application/json): - `data` (array) - `data.uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `data.team_id` (integer) Example: 1 - `data.sender_profile_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `data.linkedin_account_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `data.linkedin_conversation_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `data.lead_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `data.task_pipeline_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `data.template_uuid` (string) Example: "uuid-uuid-uuid-uuid-example" - `data.message_hash` (string) Example: "2-N2RmYmExZjMtOTJhMS00ZmM1LWIyYmYtOTlhMjhmMzU1MTU4XzAxMA==" - `data.text` (string) Example: "Hello there, this is mr. Twister" - `data.custom_content` (array) - `data.attachments` (array) - `data.type` (string) Example: "outbox" - `data.automation` (string) Example: "auto" - `data.status` (string) Example: "new" - `data.fail_reason` (string) Example: "Some reason of failing" - `data.read_at` (string) Example: "2022-05-20T20:49:39.000000Z" - `data.sent_at` (string) Example: "2022-05-20T20:49:39.000000Z" - `data.user_id` (integer) Example: 1 - `limit` (integer) - `offset` (integer) - `total` (integer) - `has_more` (boolean)