GET
/v1/resultsGet Results
Retrieve message sending results from Leboncoin Auto Message SenderRetrieve results showing which messages were sent successfully and which were skipped or failed. Each result includes the message content, delivery status, and listing details.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Result Fields
id
integer
Example: 53557759
object
string
Example: result
squid
string
Example: 72d18e4c94534b829877bb7c092b1f80
run
string
Example: 3ff48bb8ef19426e87fbb3e102dd4531
annonce_id
string
Example: 2943434204
url
string
Example: https://www.leboncoin.fr/ad/locations/2943434204
Message Information
message
string
Example: Hello Jean, I am interested in your listing...
message_hash
stringnull
Example: a1b2c3d4e5f6
Status Fields
is_sent
boolean
Example: true
was_already_sent
booleannull
Example: false
is_deactivated
boolean
Example: false
Timestamps
last_publication_date
string
Example: 2025-07-04T04:05:30Z
scraping_time
string
Example: 2025-07-04T04:08:09.340Z
functions.one_time_message.filling_date
string
Example: 07/04/2025, 06:08:09 +0200
Message Status Interpretation
true
was_already_sent:
null/false
is_deactivated:
false
Meaning:
Message sent successfully
false
was_already_sent:
true
is_deactivated:
false
Meaning:
Skipped - duplicate message already sent
false
was_already_sent:
null/false
is_deactivated:
true
Meaning:
Skipped - listing was deactivated
false
was_already_sent:
null/false
is_deactivated:
false
Meaning:
Failed to send message
Parameters
squidstring
RequiredExample:
72d18e4c94534b829877bb7c092b1f80runstring
OptionalExample:
3ff48bb8ef19426e87fbb3e102dd4531pageinteger
OptionalExample:
1page_sizeinteger
OptionalExample:
50Pro Tip
Filter results by `is_sent=true` to see only successfully delivered messages.
Pro Tip
Check `was_already_sent` to identify duplicate message attempts that were skipped.
Note
The `message_hash` enables duplicate detection - identical messages to the same listing are automatically skipped.