GET
/v1/squids/{squid_hash}Get Squid Details
Retrieve comprehensive details about a specific squid including configuration, status, and integrationsThis endpoint retrieves comprehensive details about a specific squid, including its configuration settings, operational status, integration options, run statistics, and associated crawler information.
Core Information Fields
id
string
Example: c106a44a98044ef18acc59986ae10967
name
string
Example: Google Maps (1)
created_at
string
Example: 2024-01-15T10:30:00Z
is_active
boolean
Example: true
is_ready
boolean
Example: true
crawler
string
Example: 4734d096159ef05210e0e1677e8be823
crawler_name
string
Example: Google Maps Search Export
icon
string
Example: https://cdn.lobstr.io/icons/google-maps.png
concurrency
integer
Example: 2
params
object
Example: {}
to_complete
boolean
Example: false
message
string
Example: ""
Run Status & History Fields
last_run_status
string
Example: DONE
last_run
string
Example: abc123
last_run_at
string
Example: 2024-01-20T15:45:00Z
last_run_done_reason
string
Example: tasks_done
total_runs
integer
Example: 5
next_launch_at
stringnull
Example: 2024-01-21T10:00:00Z
Export & Download Fields
download_url
stringnull
Example: null
export_runs
boolean
Example: true
export_unique_results
boolean
Example: true
no_line_breaks
boolean
Example: false
Integration Configuration Fields
google_sheet_fields
objectnull
Example: null
ftp_fields
objectnull
Example: null
s3_fields
objectnull
Example: null
webhook_fields
objectnull
Example: null
slack_fields
objectnull
Example: null
Scheduling Fields
schedule
objectnull
Example: null
schedule_time
string
Example: Daily at 10:00 AM
Notification Fields
email
string
Example: user@example.com
notifications
boolean
Example: true
notifications_params
object
Example: {run_notify: on_success}
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
Parameters
squid_hashstring
RequiredExample:
c106a44a98044ef18acc59986ae10967Pro Tip
Check 'is_ready' before starting a run. If false, you need to add tasks to the squid first.
Note
The 'message' field contains important operational information or error messages. Check this if a squid isn't behaving as expected.
Warning
The 'download_url' is a temporary signed URL that expires. Download results promptly or generate a new URL by re-fetching squid details.
Pro Tip
Use 'last_run_done_reason' to understand why a run stopped. Common reasons: tasks_done, credits_exhausted, user_stopped, error.
Pro Tip
Integration fields (google_sheet_fields, etc.) show 'is_active: true' if enabled. Configure these to automate result delivery.