Skip to content

Probe a source connection live: check its credential and read one page of an entity

POST
/api/workspaces/{workspaceId}/connectors/{id}/probe
workspaceId
required
string
id
required
string
object
entity

Entity to read one page of. Omit to check the credential only.

string
limit

Maximum records to return (default 20).

integer
>= 1 <= 200
fields

Keep only these top-level fields of each record.

Array<string>
since

ISO 8601 instant: records changed since then, where the connector supports it.

string

Successful response

object
success

Whether the request succeeded.

boolean
data

Endpoint-specific response payload.

message
string
Example
Operation completed
error
string
Example
Error message

Invalid request

object
success
boolean
error
string
Example
Error message

Internal server error

object
success
boolean
error
string
Example
Error message