- Vue d'ensemble (Overview)
- Démarrer
- Concepts
- Utilisation de la UiPath CLI
- Guides pratiques
- Revenus CI/CD
- Référence de commande
- Vue d'ensemble (Overview)
- Codes de sortie
- Options globales
- automations, idea-flows & pipeline
- applications & catalog
- categories, roles & users
- agent codé uip
- uip coder
- uip context-grounding
- UiPath Docsai
- uip function
- uip guardrails
- uip llm-configuration
- uip llm-gateway
- uip model-hub
- Tâches (Jobs)
- Dossiers
- Processus
- Paquets
- Machines
- Utilisateurs
- Rôles
- Licences
- Flux
- Pièces jointes (Attachments)
- Sessions
- Calendriers
- magasins d'informations d’identification
- journaux-audit
- paramètres
- Actifs
- Compartiments
- Compartiment-fichiers
- Bibliothèques
- Files d'attente (Queues)
- éléments de la file d'attente
- Déclencheurs (Triggers)
- Webhooks
- add-test-data-entity
- ajouter une file d'attente de données de test
- add-test-data-variation
- Analyser
- Construire
- créer-projet
- Différence
- recherche-activités
- Obtenir les règles de l'analyse
- récupérer-activité-xaml par défaut
- Récupérer les erreurs
- obtenir des cas de test manuels
- Obtenir les étapes de test manuelles
- get-library-object-repository
- get-object-repository
- Obtenir les versions
- exemple de workflow
- indiquer l'application
- indiquer l'élément
- inspecter-package
- install-data-fabric-entities
- installer-ou-Update-packages
- list-data-fabric-entités
- list-instances
- listes-exemples-workflow
- Créer un package
- Publier
- remote
- restore
- run, debug & execution
- Exécuter le fichier
- modèles-recherche
- Démarrer-Studio
- arrêter l'exécution
- tm
- UIA
- uip tasks
- Traçages UIP
- uip traces feedback
- Migration
- Référence et assistance
Syntax and options for the Automation Hub application inventory, reusable components, attached documents/media, and the Automation Store marketplace (published listings and reviews).
The application inventory is what automations are tagged against (--application-id filters elsewhere reference it). Components are reusable building blocks, optionally scoped to one automation. Documents and media are files attached to an automation — a PDD, a screenshot, a demo video. The Automation Store is Automation Hub's internal marketplace: store-listings are published automations, store-reviews are the reviews left on them. See uip ah for shared concepts (projection/--all-fields, paged vs. unpaged lists) that apply to every verb here.
uip ah applications
Manage the application inventory that automations are tagged against.
Synthèse
uip ah applications list [--search <text>] [--category-id <id...>] [--limit <n>] [--offset <n>] [--all-fields]
uip ah applications update --file <json-file>
uip ah applications delete <application-id> [-y, --yes]
uip ah applications list [--search <text>] [--category-id <id...>] [--limit <n>] [--offset <n>] [--all-fields]
uip ah applications update --file <json-file>
uip ah applications delete <application-id> [-y, --yes]
uip ah applications list
Options
| Long | Valeur (Value) | Description |
|---|---|---|
--search <text> | string | Free-text search. |
--category-id <id...> | repeatable | Only applications in these categories. |
--limit <n> / --offset <n> | Integer | Paging. Default --limit 20. |
--all-fields | Drapeau | Return the raw payload. |
Exemple
uip ah applications list
uip ah applications list
Format des données (--sortie json)
{
"Code": "AhApplicationsList",
"Data": [
{ "Id": 1, "Name": "SAP", "Version": "S/4HANA", "Language": null, "Code": "SAP", "IsActive": 1, "AddedByEndUser": 0, "CategoryIds": [4], "CreatedEpoch": 1735689600000 }
],
"Pagination": { "Returned": 1, "Limit": 20, "Offset": 0 }
}
{
"Code": "AhApplicationsList",
"Data": [
{ "Id": 1, "Name": "SAP", "Version": "S/4HANA", "Language": null, "Code": "SAP", "IsActive": 1, "AddedByEndUser": 0, "CategoryIds": [4], "CreatedEpoch": 1735689600000 }
],
"Pagination": { "Returned": 1, "Limit": 20, "Offset": 0 }
}
uip ah applications update
Update existing applications in the inventory from a file. This edits entries that already exist — it cannot add one, because the service requires an application_id on every element.
Options
| Long | Valeur (Value) | Requis | Description |
|---|---|---|---|
--file <json-file> | Chemin d'accès | oui | JSON array of applications to update. Each element needs application_id and categoryIds — take the shape from applications list --all-fields. |
Exemple
uip ah applications update --file ./applications.json
uip ah applications update --file ./applications.json
Format des données (--sortie json)
{ "Code": "AhApplicationsUpdate", "Data": { "Status": "Updated" } }
{ "Code": "AhApplicationsUpdate", "Data": { "Status": "Updated" } }
uip ah applications delete
Arguments
| Nom | Requis | Objectif |
|---|---|---|
<application-id> | oui | Application id. |
Options
| Long | Description |
|---|---|
-y, --yes | Confirm this irreversible operation. Required — the CLI never prompts. |
Exemple
uip ah applications delete 7 --yes
uip ah applications delete 7 --yes
Format des données (--sortie json)
{ "Code": "AhApplicationsDelete", "Data": { "Id": 7, "Status": "Deleted" } }
{ "Code": "AhApplicationsDelete", "Data": { "Id": 7, "Status": "Deleted" } }
uip ah components
Read reusable components, tenant-wide or per automation. Read-only — there is no create/update/delete on this surface.
uip ah components list
Options
| Long | Valeur (Value) | Description |
|---|---|---|
--automation-id <id> | Integer | Scope to the components attached to this automation — a separate endpoint that takes no other filters. |
--type <type> | string | Only this component type. Cannot combine with --automation-id. |
--category-id <id...> | repeatable | Only these categories. Cannot combine with --automation-id. |
--application-id <id...> | repeatable | Only components using these applications. Cannot combine with --automation-id. |
--limit <n> / --offset <n> | Integer | Paging. Default --limit 20. |
--all-fields | Drapeau | Return the raw payload. |
--type/--category-id/--application-id combined with --automation-id fails client-side — the per-automation list is a different endpoint that takes no filters.
Exemples
uip ah components list
uip ah components list
uip ah components list --automation-id 20
uip ah components list --automation-id 20
Format des données (--sortie json)
{
"Code": "AhComponentsList",
"Data": [
{ "Id": 3, "Name": "Invoice parser", "Slug": "invoice-parser", "Description": "...", "TypeId": 1, "ReviewCount": 4, "ReviewAverage": 4.5, "DownloadCount": 12, "StatusId": 1, "PhaseId": 3, "UpdatedEpoch": 1738368000000 }
],
"Pagination": { "Returned": 1, "Limit": 20, "Offset": 0 }
}
{
"Code": "AhComponentsList",
"Data": [
{ "Id": 3, "Name": "Invoice parser", "Slug": "invoice-parser", "Description": "...", "TypeId": 1, "ReviewCount": 4, "ReviewAverage": 4.5, "DownloadCount": 12, "StatusId": 1, "PhaseId": 3, "UpdatedEpoch": 1738368000000 }
],
"Pagination": { "Returned": 1, "Limit": 20, "Offset": 0 }
}
uip ah documents
Manage the documents attached to an automation.
uip ah documents list
Arguments
| Nom | Requis | Objectif |
|---|---|---|
<automation-id> | oui | Automation id. |
Options
| Long | Description |
|---|---|
--limit <n> / --offset <n> | Paging. Default --limit 20. |
--all-fields | Return the raw payload. |
Exemple
uip ah documents list 20
uip ah documents list 20
Format des données (--sortie json)
{
"Code": "AhDocumentsList",
"Data": [
{ "Id": 11, "AutomationId": 20, "Title": "PDD", "Description": "...", "TypeId": 1, "FileId": 42, "FileType": "docx", "EmbedLink": null, "IsActive": 1, "CreatedEpoch": 1735689600000 }
],
"Pagination": { "Returned": 1, "Limit": 20, "Offset": 0 }
}
{
"Code": "AhDocumentsList",
"Data": [
{ "Id": 11, "AutomationId": 20, "Title": "PDD", "Description": "...", "TypeId": 1, "FileId": 42, "FileType": "docx", "EmbedLink": null, "IsActive": 1, "CreatedEpoch": 1735689600000 }
],
"Pagination": { "Returned": 1, "Limit": 20, "Offset": 0 }
}
FileId is what documents download takes.
uip ah documents create
Attach a document to an automation — upload the file's bytes with --file, or link to it with --embed-link (exactly one of the two).
Arguments
| Nom | Requis | Objectif |
|---|---|---|
<automation-id> | oui | Automation id. |
Options
| Long | Valeur (Value) | Requis | Description |
|---|---|---|---|
--title <text> | string | oui | Document title. |
--description <text> | string | oui | Document description. |
--document-type-id <id> | Integer | oui | Document type id. |
--file <path> | Chemin d'accès | conditionally | Local document file to upload. Exactly one of --file/--embed-link is required. No server-side mimetype allowlist — unrecognized extensions upload as application/octet-stream. |
--embed-link <url> | url | conditionally | Link to an already-hosted document. Exactly one of --file/--embed-link is required. |
--submitter <email> | non | Email of the submitting Automation Hub user. Defaults to the caller. |
Exemples
uip ah documents create 20 --title "Process definition" --description "PDD v2" --document-type-id 1 --file ./pdd.docx
uip ah documents create 20 --title "Process definition" --description "PDD v2" --document-type-id 1 --file ./pdd.docx
uip ah documents create 20 --title "Process definition" --description "PDD v2" --document-type-id 1 --embed-link https://acme.sharepoint.com/pdd.docx
uip ah documents create 20 --title "Process definition" --description "PDD v2" --document-type-id 1 --embed-link https://acme.sharepoint.com/pdd.docx
Format des données (--sortie json)
{ "Code": "AhDocumentsCreate", "Data": { "AutomationId": 20, "Id": 11, "Title": "Process definition", "FileId": 42, "File": "pdd.docx" } }
{ "Code": "AhDocumentsCreate", "Data": { "AutomationId": 20, "Id": 11, "Title": "Process definition", "FileId": 42, "File": "pdd.docx" } }
With --embed-link, Data carries EmbedLink instead of FileId/File.
uip ah documents download
Arguments
| Nom | Requis | Objectif |
|---|---|---|
<file-id> | oui | File id — the FileId from documents list <automation-id>. |
Options
| Long | Valeur (Value) | Requis | Description |
|---|---|---|---|
--destination <path> | Chemin d'accès | oui | Local path to write the file to. |
Exemple
uip ah documents download 42 --destination ./pdd.pdf
uip ah documents download 42 --destination ./pdd.pdf
Format des données (--sortie json)
{ "Code": "AhDocumentsDownload", "Data": { "FileId": 42, "Destination": "./pdd.pdf", "Bytes": 20481, "ContentType": "application/pdf" } }
{ "Code": "AhDocumentsDownload", "Data": { "FileId": 42, "Destination": "./pdd.pdf", "Bytes": 20481, "ContentType": "application/pdf" } }
uip ah media
Attach media (screenshots, video) to an automation. Separate from documents — its own upload endpoint, and there's no list or delete.
uip ah media create
Arguments
| Nom | Requis | Objectif |
|---|---|---|
<automation-id> | oui | Automation id. |
Options
| Long | Valeur (Value) | Requis | Description |
|---|---|---|---|
--file <path> | Chemin d'accès | oui | Local media file to upload — jpg, jpeg, png, gif, or mp4 only; any other extension is rejected client-side. |
--submitter <email> | non | Email of the submitting Automation Hub user. Defaults to the caller. |
Exemple
uip ah media create 20 --file ./screen.png
uip ah media create 20 --file ./screen.png
Format des données (--sortie json)
{ "Code": "AhMediaCreate", "Data": { "Id": 7, "MediaFileId": 501, "AutomationId": 20, "File": "screen.png" } }
{ "Code": "AhMediaCreate", "Data": { "Id": 7, "MediaFileId": 501, "AutomationId": 20, "File": "screen.png" } }
uip ah store-listings
Read the automations published to the Automation Store. Read-only.
uip ah store-listings list
Options
| Long | Valeur (Value) | Description |
|---|---|---|
--search <text> | string | Free-text search. |
--category-id <id...> | repeatable | Only these categories. |
--application-id <id...> | repeatable | Only listings using these applications. |
--business-unit <name> | string | Only this business unit. |
--plain-text | Drapeau | Convert rich-text fields to plain text. |
--limit <n> / --offset <n> | Integer | Paging. Default --limit 20. |
--all-fields | Drapeau | Return the raw payload. |
Exemple
uip ah store-listings list
uip ah store-listings list
Format des données (--sortie json)
{
"Code": "AhStoreListingsList",
"Data": [
{ "Id": 20, "Name": "Invoice intake", "Slug": "invoice-intake", "ReviewCount": 4, "ReviewScore": 4.2, "DownloadCount": 4, "VoteCount": 9, "IsPublished": 1, "BusinessUnit": "EMEA", "UpdatedEpoch": 1738368000000 }
],
"Pagination": { "Returned": 1, "Limit": 20, "Offset": 0 }
}
{
"Code": "AhStoreListingsList",
"Data": [
{ "Id": 20, "Name": "Invoice intake", "Slug": "invoice-intake", "ReviewCount": 4, "ReviewScore": 4.2, "DownloadCount": 4, "VoteCount": 9, "IsPublished": 1, "BusinessUnit": "EMEA", "UpdatedEpoch": 1738368000000 }
],
"Pagination": { "Returned": 1, "Limit": 20, "Offset": 0 }
}
uip ah store-reviews
Read the Automation Store reviews on an automation. Its own resource group rather than a verb under store-listings. Read-only.
uip ah store-reviews list
Arguments
| Nom | Requis | Objectif |
|---|---|---|
<automation-id> | oui | Automation id — must be published to the store. |
Options
| Long | Description |
|---|---|
--limit <n> / --offset <n> | Paging. Default --limit 20. |
--all-fields | Return the raw payload. |
Exemple
uip ah store-reviews list 20
uip ah store-reviews list 20
Format des données (--sortie json)
{
"Code": "AhStoreReviewsList",
"Data": [
{ "Id": 5, "AutomationId": 20, "Score": 5, "Title": "Great automation", "Description": "...", "UserId": 3, "CreatedEpoch": 1735689600000 }
],
"Pagination": { "Returned": 1, "Limit": 20, "Offset": 0 }
}
{
"Code": "AhStoreReviewsList",
"Data": [
{ "Id": 5, "AutomationId": 20, "Score": 5, "Title": "Great automation", "Description": "...", "UserId": 3, "CreatedEpoch": 1735689600000 }
],
"Pagination": { "Returned": 1, "Limit": 20, "Offset": 0 }
}
Associé
uip ah— overview, concepts,audit-logs,auth-info.- Automations, idea-flows, business-cases, phases, questionnaires, pipelines
- Categories, tags, collaborators, roles, users
Voir également
- uip ah applications
- Synthèse
- uip ah applications list
- uip ah applications update
- uip ah applications delete
- uip ah components
- uip ah components list
- uip ah documents
- uip ah documents list
- uip ah documents create
- uip ah documents download
- uip ah media
- uip ah media create
- uip ah store-listings
- uip ah store-listings list
- uip ah store-reviews
- uip ah store-reviews list
- Associé
- Voir également