Skip to main content
GET
List applications

Authorizations

X-API-KEY
string
header
required

Production OpenAPI Accessor access_key. You can find it in My API in the ADP platform. If the key is disabled, expired, or does not belong to the production environment, the API returns Accessor not found.

Path Parameters

tenant_name
string
default:laiye
required

Tenant name. Default: laiye.

Query Parameters

app_name
string

Filter by application name. Fuzzy matching is supported.

ai_function
enum<integer>

Filter by AI capability. Use 1425 for high-speed custom extraction applications and 1406 for standard custom extraction applications.

Available options:
1406,
1425
app_type
enum<integer>

Application type. 1 means custom application. 0 means system preset.

Available options:
0,
1
with_extra
enum<integer>
default:1

Whether to query extra information.

Available options:
0,
1
offset
integer
default:0

Pagination offset.

Required range: x >= 0
limit
integer
default:1000

Page size.

Required range: x >= 1

Response

Application list.

code

Business code. A successful response is usually success or 200.

message
string

Response message.

tips
string | null

Details. Defaults to null.

data
object