action circleci_get_project_username_project_build_num_artifacts { label: "get_project_username_project_build_num_artifacts" description: "List the artifacts produced by a given build.\n" provider: circleci method: GET path: "/project/{username}/{project}/{build_num}/artifacts" encoding: json output: { type: "array" items: { type: "object" properties: { node_index: { type: "integer" } path: { type: "string" } pretty_path: { type: "string" } url: { type: "string" } } } } }